#dfe741
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 231, 65
HSL
63°, 78%, 58%
CMYK
4, 0, 72, 9
Luminance
0.7322
Every format
| HEX | #dfe741 |
| RGB | rgb(223, 231, 65) |
| HSL | hsl(63, 78%, 58%) |
| CMYK | cmyk(4%, 0%, 72%, 9%) |
| LAB | lab(88.5 -21.8 74.8) |
| LCH | lch(88.5 77.9 106.3) |
| OKLCH | oklch(0.894 0.178 112.3) |
Copy-ready code
/* CSS */
color: #dfe741;
background-color: #dfe741;
/* Tailwind (arbitrary) */
class="text-[#dfe741] bg-[#dfe741]"
/* SCSS */
$brand: #dfe741;
/* SwiftUI */
Color(red: 0.875, green: 0.906, blue: 0.255)
/* Android */
Color.parseColor("#dfe741")Accessibility — WCAG contrast
Aa
#dfe741 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe741 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.6%
Blue25.5%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow71.9%
Key (black)9.4%
Color previews
#dfe741 text on a black background
contrast 15.64:1
Card sample
#dfe741 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe741;
Background color
Panel with #dfe741 background
background-color: #dfe741;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe741;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 231, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 231, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe741; background: linear-gradient(135deg, #dfe741, #70E741);