#cdf587
a light, electric green · cool · closest name: khaki
RGB
205, 245, 135
HSL
82°, 85%, 75%
CMYK
16, 0, 45, 4
Luminance
0.8003
Every format
| HEX | #cdf587 |
| RGB | rgb(205, 245, 135) |
| HSL | hsl(82, 85%, 75%) |
| CMYK | cmyk(16%, 0%, 45%, 4%) |
| LAB | lab(91.7 -30.1 48.6) |
| LCH | lch(91.7 57.1 121.8) |
| OKLCH | oklch(0.918 0.144 125.5) |
Copy-ready code
/* CSS */
color: #cdf587;
background-color: #cdf587;
/* Tailwind (arbitrary) */
class="text-[#cdf587] bg-[#cdf587]"
/* SCSS */
$brand: #cdf587;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.529)
/* Android */
Color.parseColor("#cdf587")Accessibility — WCAG contrast
Aa
#cdf587 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf587 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue52.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow44.9%
Key (black)3.9%
Color previews
#cdf587 text on a black background
contrast 17.01:1
Card sample
#cdf587 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf587;
Background color
Panel with #cdf587 background
background-color: #cdf587;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf587;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf587; background: linear-gradient(135deg, #cdf587, #87F58A);