#dfe813
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 232, 19
HSL
63°, 85%, 49%
CMYK
4, 0, 92, 9
Luminance
0.7345
Every format
| HEX | #dfe813 |
| RGB | rgb(223, 232, 19) |
| HSL | hsl(63, 85%, 49%) |
| CMYK | cmyk(4%, 0%, 92%, 9%) |
| LAB | lab(88.7 -23.6 85.5) |
| LCH | lch(88.7 88.7 105.5) |
| OKLCH | oklch(0.894 0.196 112.6) |
Copy-ready code
/* CSS */
color: #dfe813;
background-color: #dfe813;
/* Tailwind (arbitrary) */
class="text-[#dfe813] bg-[#dfe813]"
/* SCSS */
$brand: #dfe813;
/* SwiftUI */
Color(red: 0.875, green: 0.910, blue: 0.075)
/* Android */
Color.parseColor("#dfe813")Accessibility — WCAG contrast
Aa
#dfe813 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe813 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.0%
Blue7.5%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow91.8%
Key (black)9.0%
Color previews
#dfe813 text on a black background
contrast 15.69:1
Card sample
#dfe813 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe813;
Background color
Panel with #dfe813 background
background-color: #dfe813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 232, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 232, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe813; background: linear-gradient(135deg, #dfe813, #51E813);