#dfb02e
a balanced, vivid yellow · warm · closest name: orange
RGB
223, 176, 46
HSL
44°, 73%, 53%
CMYK
0, 21, 79, 13
Luminance
0.4694
Every format
| HEX | #dfb02e |
| RGB | rgb(223, 176, 46) |
| HSL | hsl(44, 73%, 53%) |
| CMYK | cmyk(0%, 21%, 79%, 13%) |
| LAB | lab(74.2 5.3 67.7) |
| LCH | lch(74.2 67.9 85.5) |
| OKLCH | oklch(0.779 0.147 87.2) |
Copy-ready code
/* CSS */
color: #dfb02e;
background-color: #dfb02e;
/* Tailwind (arbitrary) */
class="text-[#dfb02e] bg-[#dfb02e]"
/* SCSS */
$brand: #dfb02e;
/* SwiftUI */
Color(red: 0.875, green: 0.690, blue: 0.180)
/* Android */
Color.parseColor("#dfb02e")Accessibility — WCAG contrast
Aa
#dfb02e on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb02e on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.0%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow79.4%
Key (black)12.5%
Color previews
#dfb02e text on a black background
contrast 10.39:1
Card sample
#dfb02e text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb02e;
Background color
Panel with #dfb02e background
background-color: #dfb02e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb02e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 176, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 176, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb02e; background: linear-gradient(135deg, #dfb02e, #98DF2E);