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