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