#cfdf89
a light, vivid green · cool · closest name: khaki
RGB
207, 223, 137
HSL
71°, 57%, 71%
CMYK
7, 0, 39, 13
Luminance
0.6785
Every format
| HEX | #cfdf89 |
| RGB | rgb(207, 223, 137) |
| HSL | hsl(71, 57%, 71%) |
| CMYK | cmyk(7%, 0%, 39%, 13%) |
| LAB | lab(85.9 -18.6 40.4) |
| LCH | lch(85.9 44.4 114.8) |
| OKLCH | oklch(0.872 0.111 117.4) |
Copy-ready code
/* CSS */
color: #cfdf89;
background-color: #cfdf89;
/* Tailwind (arbitrary) */
class="text-[#cfdf89] bg-[#cfdf89]"
/* SCSS */
$brand: #cfdf89;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.537)
/* Android */
Color.parseColor("#cfdf89")Accessibility — WCAG contrast
Aa
#cfdf89 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf89 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue53.7%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow38.6%
Key (black)12.5%
Color previews
#cfdf89 text on a black background
contrast 14.57:1
Card sample
#cfdf89 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf89;
Background color
Panel with #cfdf89 background
background-color: #cfdf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf89; background: linear-gradient(135deg, #cfdf89, #96DF89);