#cdff71
a light, electric green · cool · closest name: khaki
RGB
205, 255, 113
HSL
81°, 100%, 72%
CMYK
20, 0, 56, 0
Luminance
0.8569
Every format
| HEX | #cdff71 |
| RGB | rgb(205, 255, 113) |
| HSL | hsl(81, 100%, 72%) |
| CMYK | cmyk(20%, 0%, 56%, 0%) |
| LAB | lab(94.2 -36.9 61.6) |
| LCH | lch(94.2 71.8 120.9) |
| OKLCH | oklch(0.937 0.178 125.9) |
Copy-ready code
/* CSS */
color: #cdff71;
background-color: #cdff71;
/* Tailwind (arbitrary) */
class="text-[#cdff71] bg-[#cdff71]"
/* SCSS */
$brand: #cdff71;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.443)
/* Android */
Color.parseColor("#cdff71")Accessibility — WCAG contrast
Aa
#cdff71 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff71 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue44.3%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow55.7%
Key (black)0.0%
Color previews
#cdff71 text on a black background
contrast 18.14:1
Card sample
#cdff71 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff71;
Background color
Panel with #cdff71 background
background-color: #cdff71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff71; background: linear-gradient(135deg, #cdff71, #71FF74);