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