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