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