#dfe548
a balanced, electric yellow · cool · closest name: gold
RGB
223, 229, 72
HSL
62°, 75%, 59%
CMYK
3, 0, 69, 10
Luminance
0.7219
Every format
| HEX | #dfe548 |
| RGB | rgb(223, 229, 72) |
| HSL | hsl(62, 75%, 59%) |
| CMYK | cmyk(3%, 0%, 69%, 10%) |
| LAB | lab(88.1 -20.5 71.9) |
| LCH | lch(88.1 74.8 105.9) |
| OKLCH | oklch(0.890 0.172 111.6) |
Copy-ready code
/* CSS */
color: #dfe548;
background-color: #dfe548;
/* Tailwind (arbitrary) */
class="text-[#dfe548] bg-[#dfe548]"
/* SCSS */
$brand: #dfe548;
/* SwiftUI */
Color(red: 0.875, green: 0.898, blue: 0.282)
/* Android */
Color.parseColor("#dfe548")Accessibility — WCAG contrast
Aa
#dfe548 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe548 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.8%
Blue28.2%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow68.6%
Key (black)10.2%
Color previews
#dfe548 text on a black background
contrast 15.44:1
Card sample
#dfe548 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe548;
Background color
Panel with #dfe548 background
background-color: #dfe548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 229, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 229, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe548; background: linear-gradient(135deg, #dfe548, #76E548);