#dcf74f
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 247, 79
HSL
70°, 91%, 64%
CMYK
11, 0, 68, 3
Luminance
0.8230
Every format
| HEX | #dcf74f |
| RGB | rgb(220, 247, 79) |
| HSL | hsl(70, 91%, 64%) |
| CMYK | cmyk(11%, 0%, 68%, 3%) |
| LAB | lab(92.7 -29.9 73.9) |
| LCH | lch(92.7 79.7 112.0) |
| OKLCH | oklch(0.927 0.188 118.2) |
Copy-ready code
/* CSS */
color: #dcf74f;
background-color: #dcf74f;
/* Tailwind (arbitrary) */
class="text-[#dcf74f] bg-[#dcf74f]"
/* SCSS */
$brand: #dcf74f;
/* SwiftUI */
Color(red: 0.863, green: 0.969, blue: 0.310)
/* Android */
Color.parseColor("#dcf74f")Accessibility — WCAG contrast
Aa
#dcf74f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf74f on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green96.9%
Blue31.0%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow68.0%
Key (black)3.1%
Color previews
#dcf74f text on a black background
contrast 17.46:1
Card sample
#dcf74f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf74f;
Background color
Panel with #dcf74f background
background-color: #dcf74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 247, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 247, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf74f; background: linear-gradient(135deg, #dcf74f, #6CF74F);