#cfdf96
a light, vivid green · cool · closest name: khaki
RGB
207, 223, 150
HSL
73°, 53%, 73%
CMYK
7, 0, 33, 13
Luminance
0.6824
Every format
| HEX | #cfdf96 |
| RGB | rgb(207, 223, 150) |
| HSL | hsl(73, 53%, 73%) |
| CMYK | cmyk(7%, 0%, 33%, 13%) |
| LAB | lab(86.1 -17.0 34.1) |
| LCH | lch(86.1 38.1 116.5) |
| OKLCH | oklch(0.874 0.096 118.5) |
Copy-ready code
/* CSS */
color: #cfdf96;
background-color: #cfdf96;
/* Tailwind (arbitrary) */
class="text-[#cfdf96] bg-[#cfdf96]"
/* SCSS */
$brand: #cfdf96;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.588)
/* Android */
Color.parseColor("#cfdf96")Accessibility — WCAG contrast
Aa
#cfdf96 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf96 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue58.8%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow32.7%
Key (black)12.5%
Color previews
#cfdf96 text on a black background
contrast 14.65:1
Card sample
#cfdf96 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf96;
Background color
Panel with #cfdf96 background
background-color: #cfdf96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf96; background: linear-gradient(135deg, #cfdf96, #9EDF96);