#cdfe85
a light, electric green · cool · closest name: khaki
RGB
205, 254, 133
HSL
84°, 98%, 76%
CMYK
19, 0, 48, 0
Luminance
0.8556
Every format
| HEX | #cdfe85 |
| RGB | rgb(205, 254, 133) |
| HSL | hsl(84, 98%, 76%) |
| CMYK | cmyk(19%, 0%, 48%, 0%) |
| LAB | lab(94.1 -34.5 52.5) |
| LCH | lch(94.1 62.8 123.3) |
| OKLCH | oklch(0.937 0.158 127.3) |
Copy-ready code
/* CSS */
color: #cdfe85;
background-color: #cdfe85;
/* Tailwind (arbitrary) */
class="text-[#cdfe85] bg-[#cdfe85]"
/* SCSS */
$brand: #cdfe85;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.522)
/* Android */
Color.parseColor("#cdfe85")Accessibility — WCAG contrast
Aa
#cdfe85 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe85 on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue52.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow47.6%
Key (black)0.4%
Color previews
#cdfe85 text on a black background
contrast 18.11:1
Card sample
#cdfe85 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe85;
Background color
Panel with #cdfe85 background
background-color: #cdfe85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe85; background: linear-gradient(135deg, #cdfe85, #85FE8E);