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