#cfdf97
a light, vivid green · cool · closest name: khaki
RGB
207, 223, 151
HSL
73°, 53%, 73%
CMYK
7, 0, 32, 13
Luminance
0.6828
Every format
| HEX | #cfdf97 |
| RGB | rgb(207, 223, 151) |
| HSL | hsl(73, 53%, 73%) |
| CMYK | cmyk(7%, 0%, 32%, 13%) |
| LAB | lab(86.1 -16.9 33.6) |
| LCH | lch(86.1 37.6 116.7) |
| OKLCH | oklch(0.875 0.095 118.6) |
Copy-ready code
/* CSS */
color: #cfdf97;
background-color: #cfdf97;
/* Tailwind (arbitrary) */
class="text-[#cfdf97] bg-[#cfdf97]"
/* SCSS */
$brand: #cfdf97;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.592)
/* Android */
Color.parseColor("#cfdf97")Accessibility — WCAG contrast
Aa
#cfdf97 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf97 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue59.2%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow32.3%
Key (black)12.5%
Color previews
#cfdf97 text on a black background
contrast 14.66:1
Card sample
#cfdf97 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf97;
Background color
Panel with #cfdf97 background
background-color: #cfdf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf97; background: linear-gradient(135deg, #cfdf97, #9FDF97);