#cfdf8b
a light, vivid green · cool · closest name: khaki
RGB
207, 223, 139
HSL
71°, 57%, 71%
CMYK
7, 0, 38, 13
Luminance
0.6790
Every format
| HEX | #cfdf8b |
| RGB | rgb(207, 223, 139) |
| HSL | hsl(71, 57%, 71%) |
| CMYK | cmyk(7%, 0%, 38%, 13%) |
| LAB | lab(86.0 -18.4 39.4) |
| LCH | lch(86.0 43.5 115.0) |
| OKLCH | oklch(0.873 0.109 117.5) |
Copy-ready code
/* CSS */
color: #cfdf8b;
background-color: #cfdf8b;
/* Tailwind (arbitrary) */
class="text-[#cfdf8b] bg-[#cfdf8b]"
/* SCSS */
$brand: #cfdf8b;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.545)
/* Android */
Color.parseColor("#cfdf8b")Accessibility — WCAG contrast
Aa
#cfdf8b on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf8b on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue54.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow37.7%
Key (black)12.5%
Color previews
#cfdf8b text on a black background
contrast 14.58:1
Card sample
#cfdf8b text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf8b;
Background color
Panel with #cfdf8b background
background-color: #cfdf8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf8b; background: linear-gradient(135deg, #cfdf8b, #97DF8B);