#cffc95
a light, electric green · cool · closest name: khaki
RGB
207, 252, 149
HSL
86°, 95%, 79%
CMYK
18, 0, 41, 1
Luminance
0.8506
Every format
| HEX | #cffc95 |
| RGB | rgb(207, 252, 149) |
| HSL | hsl(86, 95%, 79%) |
| CMYK | cmyk(18%, 0%, 41%, 1%) |
| LAB | lab(93.9 -31.1 44.6) |
| LCH | lch(93.9 54.4 124.8) |
| OKLCH | oklch(0.937 0.139 128.1) |
Copy-ready code
/* CSS */
color: #cffc95;
background-color: #cffc95;
/* Tailwind (arbitrary) */
class="text-[#cffc95] bg-[#cffc95]"
/* SCSS */
$brand: #cffc95;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.584)
/* Android */
Color.parseColor("#cffc95")Accessibility — WCAG contrast
Aa
#cffc95 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc95 on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue58.4%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow40.9%
Key (black)1.2%
Color previews
#cffc95 text on a black background
contrast 18.01:1
Card sample
#cffc95 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc95;
Background color
Panel with #cffc95 background
background-color: #cffc95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc95; background: linear-gradient(135deg, #cffc95, #95FCA0);