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