#cfdf82
a light, vivid green · cool · closest name: khaki
RGB
207, 223, 130
HSL
70°, 59%, 69%
CMYK
7, 0, 42, 13
Luminance
0.6765
Every format
| HEX | #cfdf82 |
| RGB | rgb(207, 223, 130) |
| HSL | hsl(70, 59%, 69%) |
| CMYK | cmyk(7%, 0%, 42%, 13%) |
| LAB | lab(85.8 -19.4 43.7) |
| LCH | lch(85.8 47.8 113.9) |
| OKLCH | oklch(0.871 0.119 116.9) |
Copy-ready code
/* CSS */
color: #cfdf82;
background-color: #cfdf82;
/* Tailwind (arbitrary) */
class="text-[#cfdf82] bg-[#cfdf82]"
/* SCSS */
$brand: #cfdf82;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.510)
/* Android */
Color.parseColor("#cfdf82")Accessibility — WCAG contrast
Aa
#cfdf82 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf82 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue51.0%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow41.7%
Key (black)12.5%
Color previews
#cfdf82 text on a black background
contrast 14.53:1
Card sample
#cfdf82 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf82;
Background color
Panel with #cfdf82 background
background-color: #cfdf82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf82; background: linear-gradient(135deg, #cfdf82, #91DF82);