#dfe030
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 224, 48
HSL
60°, 74%, 53%
CMYK
0, 0, 79, 12
Luminance
0.6921
Every format
| HEX | #dfe030 |
| RGB | rgb(223, 224, 48) |
| HSL | hsl(60, 74%, 53%) |
| CMYK | cmyk(0%, 0%, 79%, 12%) |
| LAB | lab(86.6 -19.1 78.1) |
| LCH | lch(86.6 80.4 103.7) |
| OKLCH | oklch(0.878 0.180 109.9) |
Copy-ready code
/* CSS */
color: #dfe030;
background-color: #dfe030;
/* Tailwind (arbitrary) */
class="text-[#dfe030] bg-[#dfe030]"
/* SCSS */
$brand: #dfe030;
/* SwiftUI */
Color(red: 0.875, green: 0.878, blue: 0.188)
/* Android */
Color.parseColor("#dfe030")Accessibility — WCAG contrast
Aa
#dfe030 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe030 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.8%
Blue18.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow78.6%
Key (black)12.2%
Color previews
#dfe030 text on a black background
contrast 14.84:1
Card sample
#dfe030 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe030;
Background color
Panel with #dfe030 background
background-color: #dfe030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 224, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 224, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe030; background: linear-gradient(135deg, #dfe030, #6AE030);