#cfdc97
a light, vivid green · cool · closest name: khaki
RGB
207, 220, 151
HSL
71°, 50%, 73%
CMYK
6, 0, 31, 14
Luminance
0.6669
Every format
| HEX | #cfdc97 |
| RGB | rgb(207, 220, 151) |
| HSL | hsl(71, 50%, 73%) |
| CMYK | cmyk(6%, 0%, 31%, 14%) |
| LAB | lab(85.3 -15.4 32.5) |
| LCH | lch(85.3 36.0 115.4) |
| OKLCH | oklch(0.868 0.091 117.0) |
Copy-ready code
/* CSS */
color: #cfdc97;
background-color: #cfdc97;
/* Tailwind (arbitrary) */
class="text-[#cfdc97] bg-[#cfdc97]"
/* SCSS */
$brand: #cfdc97;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.592)
/* Android */
Color.parseColor("#cfdc97")Accessibility — WCAG contrast
Aa
#cfdc97 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdc97 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue59.2%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow31.4%
Key (black)13.7%
Color previews
#cfdc97 text on a black background
contrast 14.34:1
Card sample
#cfdc97 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdc97;
Background color
Panel with #cfdc97 background
background-color: #cfdc97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdc97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdc97; background: linear-gradient(135deg, #cfdc97, #A1DC97);