#dbb02f
a balanced, vivid yellow · cool · closest name: orange
RGB
219, 176, 47
HSL
45°, 71%, 52%
CMYK
0, 20, 79, 14
Luminance
0.4632
Every format
| HEX | #dbb02f |
| RGB | rgb(219, 176, 47) |
| HSL | hsl(45, 71%, 52%) |
| CMYK | cmyk(0%, 20%, 79%, 14%) |
| LAB | lab(73.8 3.6 66.8) |
| LCH | lch(73.8 66.9 86.9) |
| OKLCH | oklch(0.775 0.145 89.0) |
Copy-ready code
/* CSS */
color: #dbb02f;
background-color: #dbb02f;
/* Tailwind (arbitrary) */
class="text-[#dbb02f] bg-[#dbb02f]"
/* SCSS */
$brand: #dbb02f;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.184)
/* Android */
Color.parseColor("#dbb02f")Accessibility — WCAG contrast
Aa
#dbb02f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb02f on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow78.5%
Key (black)14.1%
Color previews
#dbb02f text on a black background
contrast 10.26:1
Card sample
#dbb02f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb02f;
Background color
Panel with #dbb02f background
background-color: #dbb02f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb02f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb02f; background: linear-gradient(135deg, #dbb02f, #93DB2F);