#cdf288
a light, electric green · cool · closest name: khaki
RGB
205, 242, 136
HSL
81°, 80%, 74%
CMYK
15, 0, 44, 5
Luminance
0.7826
Every format
| HEX | #cdf288 |
| RGB | rgb(205, 242, 136) |
| HSL | hsl(81, 80%, 74%) |
| CMYK | cmyk(15%, 0%, 44%, 5%) |
| LAB | lab(90.9 -28.6 47.1) |
| LCH | lch(90.9 55.1 121.3) |
| OKLCH | oklch(0.912 0.139 124.8) |
Copy-ready code
/* CSS */
color: #cdf288;
background-color: #cdf288;
/* Tailwind (arbitrary) */
class="text-[#cdf288] bg-[#cdf288]"
/* SCSS */
$brand: #cdf288;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.533)
/* Android */
Color.parseColor("#cdf288")Accessibility — WCAG contrast
Aa
#cdf288 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf288 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue53.3%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow43.8%
Key (black)5.1%
Color previews
#cdf288 text on a black background
contrast 16.65:1
Card sample
#cdf288 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf288;
Background color
Panel with #cdf288 background
background-color: #cdf288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf288; background: linear-gradient(135deg, #cdf288, #88F28A);