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