#dfe613
a balanced, electric yellow · cool · closest name: yellow
RGB
223, 230, 19
HSL
62°, 85%, 49%
CMYK
3, 0, 92, 10
Luminance
0.7233
Every format
| HEX | #dfe613 |
| RGB | rgb(223, 230, 19) |
| HSL | hsl(62, 85%, 49%) |
| CMYK | cmyk(3%, 0%, 92%, 10%) |
| LAB | lab(88.1 -22.7 85.0) |
| LCH | lch(88.1 88.0 104.9) |
| OKLCH | oklch(0.890 0.194 112.0) |
Copy-ready code
/* CSS */
color: #dfe613;
background-color: #dfe613;
/* Tailwind (arbitrary) */
class="text-[#dfe613] bg-[#dfe613]"
/* SCSS */
$brand: #dfe613;
/* SwiftUI */
Color(red: 0.875, green: 0.902, blue: 0.075)
/* Android */
Color.parseColor("#dfe613")Accessibility — WCAG contrast
Aa
#dfe613 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe613 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.2%
Blue7.5%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow91.7%
Key (black)9.8%
Color previews
#dfe613 text on a black background
contrast 15.47:1
Card sample
#dfe613 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe613;
Background color
Panel with #dfe613 background
background-color: #dfe613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 230, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 230, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe613; background: linear-gradient(135deg, #dfe613, #52E613);