#cdfc87
a light, electric green · cool · closest name: khaki
RGB
205, 252, 135
HSL
84°, 95%, 76%
CMYK
19, 0, 46, 1
Luminance
0.8435
Every format
| HEX | #cdfc87 |
| RGB | rgb(205, 252, 135) |
| HSL | hsl(84, 95%, 76%) |
| CMYK | cmyk(19%, 0%, 46%, 1%) |
| LAB | lab(93.6 -33.4 50.9) |
| LCH | lch(93.6 60.9 123.2) |
| OKLCH | oklch(0.933 0.154 127.1) |
Copy-ready code
/* CSS */
color: #cdfc87;
background-color: #cdfc87;
/* Tailwind (arbitrary) */
class="text-[#cdfc87] bg-[#cdfc87]"
/* SCSS */
$brand: #cdfc87;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.529)
/* Android */
Color.parseColor("#cdfc87")Accessibility — WCAG contrast
Aa
#cdfc87 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc87 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue52.9%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow46.4%
Key (black)1.2%
Color previews
#cdfc87 text on a black background
contrast 17.87:1
Card sample
#cdfc87 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc87;
Background color
Panel with #cdfc87 background
background-color: #cdfc87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc87; background: linear-gradient(135deg, #cdfc87, #87FC8F);