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