#cdfc71
a light, electric green · cool · closest name: khaki
RGB
205, 252, 113
HSL
80°, 96%, 72%
CMYK
19, 0, 55, 1
Luminance
0.8379
Every format
| HEX | #cdfc71 |
| RGB | rgb(205, 252, 113) |
| HSL | hsl(80, 96%, 72%) |
| CMYK | cmyk(19%, 0%, 55%, 1%) |
| LAB | lab(93.4 -35.5 60.6) |
| LCH | lch(93.4 70.3 120.3) |
| OKLCH | oklch(0.930 0.174 125.3) |
Copy-ready code
/* CSS */
color: #cdfc71;
background-color: #cdfc71;
/* Tailwind (arbitrary) */
class="text-[#cdfc71] bg-[#cdfc71]"
/* SCSS */
$brand: #cdfc71;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.443)
/* Android */
Color.parseColor("#cdfc71")Accessibility — WCAG contrast
Aa
#cdfc71 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc71 on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue44.3%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow55.2%
Key (black)1.2%
Color previews
#cdfc71 text on a black background
contrast 17.76:1
Card sample
#cdfc71 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc71;
Background color
Panel with #cdfc71 background
background-color: #cdfc71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc71; background: linear-gradient(135deg, #cdfc71, #71FC72);