#cfda9c
a light, vivid green · cool · closest name: khaki
RGB
207, 218, 156
HSL
71°, 46%, 73%
CMYK
5, 0, 28, 15
Luminance
0.6581
Every format
| HEX | #cfda9c |
| RGB | rgb(207, 218, 156) |
| HSL | hsl(71, 46%, 73%) |
| CMYK | cmyk(5%, 0%, 28%, 15%) |
| LAB | lab(84.9 -13.8 29.4) |
| LCH | lch(84.9 32.4 115.1) |
| OKLCH | oklch(0.865 0.082 116.3) |
Copy-ready code
/* CSS */
color: #cfda9c;
background-color: #cfda9c;
/* Tailwind (arbitrary) */
class="text-[#cfda9c] bg-[#cfda9c]"
/* SCSS */
$brand: #cfda9c;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.612)
/* Android */
Color.parseColor("#cfda9c")Accessibility — WCAG contrast
Aa
#cfda9c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda9c on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue61.2%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow28.4%
Key (black)14.5%
Color previews
#cfda9c text on a black background
contrast 14.16:1
Card sample
#cfda9c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda9c;
Background color
Panel with #cfda9c background
background-color: #cfda9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda9c; background: linear-gradient(135deg, #cfda9c, #A6DA9C);