#cdfb9b
a light, electric green · cool · closest name: khaki
RGB
205, 251, 155
HSL
89°, 92%, 80%
CMYK
18, 0, 38, 2
Luminance
0.8434
Every format
| HEX | #cdfb9b |
| RGB | rgb(205, 251, 155) |
| HSL | hsl(89, 92%, 80%) |
| CMYK | cmyk(18%, 0%, 38%, 2%) |
| LAB | lab(93.6 -30.6 41.3) |
| LCH | lch(93.6 51.4 126.5) |
| OKLCH | oklch(0.934 0.132 129.5) |
Copy-ready code
/* CSS */
color: #cdfb9b;
background-color: #cdfb9b;
/* Tailwind (arbitrary) */
class="text-[#cdfb9b] bg-[#cdfb9b]"
/* SCSS */
$brand: #cdfb9b;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.608)
/* Android */
Color.parseColor("#cdfb9b")Accessibility — WCAG contrast
Aa
#cdfb9b on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb9b on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue60.8%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow38.2%
Key (black)1.6%
Color previews
#cdfb9b text on a black background
contrast 17.87:1
Card sample
#cdfb9b text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb9b;
Background color
Panel with #cdfb9b background
background-color: #cdfb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb9b; background: linear-gradient(135deg, #cdfb9b, #9BFBA9);