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