#dfe02b
a balanced, vivid yellow · cool · closest name: yellow
RGB
223, 224, 43
HSL
60°, 75%, 52%
CMYK
0, 0, 81, 12
Luminance
0.6917
Every format
| HEX | #dfe02b |
| RGB | rgb(223, 224, 43) |
| HSL | hsl(60, 75%, 52%) |
| CMYK | cmyk(0%, 0%, 81%, 12%) |
| LAB | lab(86.6 -19.3 79.4) |
| LCH | lch(86.6 81.7 103.6) |
| OKLCH | oklch(0.878 0.182 110.0) |
Copy-ready code
/* CSS */
color: #dfe02b;
background-color: #dfe02b;
/* Tailwind (arbitrary) */
class="text-[#dfe02b] bg-[#dfe02b]"
/* SCSS */
$brand: #dfe02b;
/* SwiftUI */
Color(red: 0.875, green: 0.878, blue: 0.169)
/* Android */
Color.parseColor("#dfe02b")Accessibility — WCAG contrast
Aa
#dfe02b on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe02b on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.8%
Blue16.9%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow80.8%
Key (black)12.2%
Color previews
#dfe02b text on a black background
contrast 14.83:1
Card sample
#dfe02b text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe02b;
Background color
Panel with #dfe02b background
background-color: #dfe02b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe02b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 224, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 224, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe02b; background: linear-gradient(135deg, #dfe02b, #67E02B);