#cfdf86
a light, vivid green · cool · closest name: khaki
RGB
207, 223, 134
HSL
71°, 58%, 70%
CMYK
7, 0, 40, 13
Luminance
0.6776
Every format
| HEX | #cfdf86 |
| RGB | rgb(207, 223, 134) |
| HSL | hsl(71, 58%, 70%) |
| CMYK | cmyk(7%, 0%, 40%, 13%) |
| LAB | lab(85.9 -18.9 41.8) |
| LCH | lch(85.9 45.9 114.4) |
| OKLCH | oklch(0.872 0.115 117.2) |
Copy-ready code
/* CSS */
color: #cfdf86;
background-color: #cfdf86;
/* Tailwind (arbitrary) */
class="text-[#cfdf86] bg-[#cfdf86]"
/* SCSS */
$brand: #cfdf86;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.525)
/* Android */
Color.parseColor("#cfdf86")Accessibility — WCAG contrast
Aa
#cfdf86 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf86 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue52.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow39.9%
Key (black)12.5%
Color previews
#cfdf86 text on a black background
contrast 14.55:1
Card sample
#cfdf86 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf86;
Background color
Panel with #cfdf86 background
background-color: #cfdf86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf86; background: linear-gradient(135deg, #cfdf86, #94DF86);