#cfda99
a light, vivid green · cool · closest name: khaki
RGB
207, 218, 153
HSL
70°, 47%, 73%
CMYK
5, 0, 30, 15
Luminance
0.6571
Every format
| HEX | #cfda99 |
| RGB | rgb(207, 218, 153) |
| HSL | hsl(70, 47%, 73%) |
| CMYK | cmyk(5%, 0%, 30%, 15%) |
| LAB | lab(84.8 -14.2 30.8) |
| LCH | lch(84.8 33.9 114.7) |
| OKLCH | oklch(0.864 0.086 116.0) |
Copy-ready code
/* CSS */
color: #cfda99;
background-color: #cfda99;
/* Tailwind (arbitrary) */
class="text-[#cfda99] bg-[#cfda99]"
/* SCSS */
$brand: #cfda99;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.600)
/* Android */
Color.parseColor("#cfda99")Accessibility — WCAG contrast
Aa
#cfda99 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda99 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue60.0%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow29.8%
Key (black)14.5%
Color previews
#cfda99 text on a black background
contrast 14.14:1
Card sample
#cfda99 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda99;
Background color
Panel with #cfda99 background
background-color: #cfda99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda99; background: linear-gradient(135deg, #cfda99, #A3DA99);