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