#cdfb95
a light, electric green · cool · closest name: khaki
RGB
205, 251, 149
HSL
87°, 93%, 78%
CMYK
18, 0, 41, 2
Luminance
0.8414
Every format
| HEX | #cdfb95 |
| RGB | rgb(205, 251, 149) |
| HSL | hsl(87, 93%, 78%) |
| CMYK | cmyk(18%, 0%, 41%, 2%) |
| LAB | lab(93.5 -31.3 44.1) |
| LCH | lch(93.5 54.1 125.4) |
| OKLCH | oklch(0.933 0.138 128.6) |
Copy-ready code
/* CSS */
color: #cdfb95;
background-color: #cdfb95;
/* Tailwind (arbitrary) */
class="text-[#cdfb95] bg-[#cdfb95]"
/* SCSS */
$brand: #cdfb95;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.584)
/* Android */
Color.parseColor("#cdfb95")Accessibility — WCAG contrast
Aa
#cdfb95 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb95 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue58.4%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow40.6%
Key (black)1.6%
Color previews
#cdfb95 text on a black background
contrast 17.83:1
Card sample
#cdfb95 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb95;
Background color
Panel with #cdfb95 background
background-color: #cdfb95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb95; background: linear-gradient(135deg, #cdfb95, #95FBA1);