#cdff74
a light, electric green · cool · closest name: khaki
RGB
205, 255, 116
HSL
82°, 100%, 73%
CMYK
20, 0, 55, 0
Luminance
0.8576
Every format
| HEX | #cdff74 |
| RGB | rgb(205, 255, 116) |
| HSL | hsl(82, 100%, 73%) |
| CMYK | cmyk(20%, 0%, 55%, 0%) |
| LAB | lab(94.2 -36.6 60.3) |
| LCH | lch(94.2 70.5 121.2) |
| OKLCH | oklch(0.938 0.175 126.1) |
Copy-ready code
/* CSS */
color: #cdff74;
background-color: #cdff74;
/* Tailwind (arbitrary) */
class="text-[#cdff74] bg-[#cdff74]"
/* SCSS */
$brand: #cdff74;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.455)
/* Android */
Color.parseColor("#cdff74")Accessibility — WCAG contrast
Aa
#cdff74 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdff74 on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue45.5%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow54.5%
Key (black)0.0%
Color previews
#cdff74 text on a black background
contrast 18.15:1
Card sample
#cdff74 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdff74;
Background color
Panel with #cdff74 background
background-color: #cdff74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdff74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdff74; background: linear-gradient(135deg, #cdff74, #74FF77);