#cdf74e
a balanced, electric green · cool · closest name: yellow
RGB
205, 247, 78
HSL
75°, 91%, 64%
CMYK
17, 0, 68, 3
Luminance
0.8005
Every format
| HEX | #cdf74e |
| RGB | rgb(205, 247, 78) |
| HSL | hsl(75, 91%, 64%) |
| CMYK | cmyk(17%, 0%, 68%, 3%) |
| LAB | lab(91.7 -35.8 73.0) |
| LCH | lch(91.7 81.3 116.1) |
| OKLCH | oklch(0.916 0.194 122.5) |
Copy-ready code
/* CSS */
color: #cdf74e;
background-color: #cdf74e;
/* Tailwind (arbitrary) */
class="text-[#cdf74e] bg-[#cdf74e]"
/* SCSS */
$brand: #cdf74e;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.306)
/* Android */
Color.parseColor("#cdf74e")Accessibility — WCAG contrast
Aa
#cdf74e on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf74e on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue30.6%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow68.4%
Key (black)3.1%
Color previews
#cdf74e text on a black background
contrast 17.01:1
Card sample
#cdf74e text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf74e;
Background color
Panel with #cdf74e background
background-color: #cdf74e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf74e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf74e; background: linear-gradient(135deg, #cdf74e, #5CF74E);