#cdf89b
a light, electric green · cool · closest name: khaki
RGB
205, 248, 155
HSL
88°, 87%, 79%
CMYK
17, 0, 38, 3
Luminance
0.8248
Every format
| HEX | #cdf89b |
| RGB | rgb(205, 248, 155) |
| HSL | hsl(88, 87%, 79%) |
| CMYK | cmyk(17%, 0%, 38%, 3%) |
| LAB | lab(92.8 -29.2 40.2) |
| LCH | lch(92.8 49.7 125.9) |
| OKLCH | oklch(0.928 0.127 128.8) |
Copy-ready code
/* CSS */
color: #cdf89b;
background-color: #cdf89b;
/* Tailwind (arbitrary) */
class="text-[#cdf89b] bg-[#cdf89b]"
/* SCSS */
$brand: #cdf89b;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.608)
/* Android */
Color.parseColor("#cdf89b")Accessibility — WCAG contrast
Aa
#cdf89b on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf89b on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue60.8%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow37.5%
Key (black)2.7%
Color previews
#cdf89b text on a black background
contrast 17.50:1
Card sample
#cdf89b text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf89b;
Background color
Panel with #cdf89b background
background-color: #cdf89b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf89b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf89b; background: linear-gradient(135deg, #cdf89b, #9BF8A7);