Morris Leaf
#c2d3af
Morris Leaf, represented by the hex value #c2d3af, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c2d3af | |
|---|---|---|
| RGB | rgb(194, 211, 175) | |
| HSL | hsl(88, 29%, 76%) | |
| CMYK | cmyk(8%, 0%, 17%, 17%) | |
| LAB | lab(83, -11, 16) | |
| OKLCH | oklch(0.84 0.052 128) |
Color harmonies
Tints & shades
Code snippets
color: #c2d3af;
background-color: #c2d3af;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC2D3AF)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.83, blue: 0.69, alpha: 1.0)