#cdf59b
a light, electric green · cool · closest name: khaki
RGB
205, 245, 155
HSL
87°, 82%, 78%
CMYK
16, 0, 37, 4
Luminance
0.8065
Every format
| HEX | #cdf59b |
| RGB | rgb(205, 245, 155) |
| HSL | hsl(87, 82%, 78%) |
| CMYK | cmyk(16%, 0%, 37%, 4%) |
| LAB | lab(92.0 -27.8 39.2) |
| LCH | lch(92.0 48.0 125.3) |
| OKLCH | oklch(0.921 0.123 128.1) |
Copy-ready code
/* CSS */
color: #cdf59b;
background-color: #cdf59b;
/* Tailwind (arbitrary) */
class="text-[#cdf59b] bg-[#cdf59b]"
/* SCSS */
$brand: #cdf59b;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.608)
/* Android */
Color.parseColor("#cdf59b")Accessibility — WCAG contrast
Aa
#cdf59b on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf59b on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue60.8%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow36.7%
Key (black)3.9%
Color previews
#cdf59b text on a black background
contrast 17.13:1
Card sample
#cdf59b text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf59b;
Background color
Panel with #cdf59b background
background-color: #cdf59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf59b; background: linear-gradient(135deg, #cdf59b, #9BF5A5);