#cdfc83
a light, electric green · cool · closest name: khaki
RGB
205, 252, 131
HSL
83°, 95%, 75%
CMYK
19, 0, 48, 1
Luminance
0.8424
Every format
| HEX | #cdfc83 |
| RGB | rgb(205, 252, 131) |
| HSL | hsl(83, 95%, 75%) |
| CMYK | cmyk(19%, 0%, 48%, 1%) |
| LAB | lab(93.5 -33.8 52.7) |
| LCH | lch(93.5 62.6 122.6) |
| OKLCH | oklch(0.933 0.158 126.7) |
Copy-ready code
/* CSS */
color: #cdfc83;
background-color: #cdfc83;
/* Tailwind (arbitrary) */
class="text-[#cdfc83] bg-[#cdfc83]"
/* SCSS */
$brand: #cdfc83;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.514)
/* Android */
Color.parseColor("#cdfc83")Accessibility — WCAG contrast
Aa
#cdfc83 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc83 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue51.4%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow48.0%
Key (black)1.2%
Color previews
#cdfc83 text on a black background
contrast 17.85:1
Card sample
#cdfc83 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc83;
Background color
Panel with #cdfc83 background
background-color: #cdfc83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc83; background: linear-gradient(135deg, #cdfc83, #83FC8A);