#dbae2f
a balanced, vivid yellow · warm · closest name: orange
RGB
219, 174, 47
HSL
44°, 71%, 52%
CMYK
0, 21, 79, 14
Luminance
0.4554
Every format
| HEX | #dbae2f |
| RGB | rgb(219, 174, 47) |
| HSL | hsl(44, 71%, 52%) |
| CMYK | cmyk(0%, 21%, 79%, 14%) |
| LAB | lab(73.3 4.6 66.4) |
| LCH | lch(73.3 66.5 86.0) |
| OKLCH | oklch(0.771 0.144 87.8) |
Copy-ready code
/* CSS */
color: #dbae2f;
background-color: #dbae2f;
/* Tailwind (arbitrary) */
class="text-[#dbae2f] bg-[#dbae2f]"
/* SCSS */
$brand: #dbae2f;
/* SwiftUI */
Color(red: 0.859, green: 0.682, blue: 0.184)
/* Android */
Color.parseColor("#dbae2f")Accessibility — WCAG contrast
Aa
#dbae2f on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbae2f on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow78.5%
Key (black)14.1%
Color previews
#dbae2f text on a black background
contrast 10.11:1
Card sample
#dbae2f text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbae2f;
Background color
Panel with #dbae2f background
background-color: #dbae2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbae2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 174, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 174, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbae2f; background: linear-gradient(135deg, #dbae2f, #95DB2F);