#dbaf2e
a balanced, vivid yellow · warm · closest name: orange
RGB
219, 175, 46
HSL
45°, 71%, 52%
CMYK
0, 20, 79, 14
Luminance
0.4592
Every format
| HEX | #dbaf2e |
| RGB | rgb(219, 175, 46) |
| HSL | hsl(45, 71%, 52%) |
| CMYK | cmyk(0%, 20%, 79%, 14%) |
| LAB | lab(73.5 4.1 66.9) |
| LCH | lch(73.5 67.1 86.5) |
| OKLCH | oklch(0.773 0.145 88.5) |
Copy-ready code
/* CSS */
color: #dbaf2e;
background-color: #dbaf2e;
/* Tailwind (arbitrary) */
class="text-[#dbaf2e] bg-[#dbaf2e]"
/* SCSS */
$brand: #dbaf2e;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.180)
/* Android */
Color.parseColor("#dbaf2e")Accessibility — WCAG contrast
Aa
#dbaf2e on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbaf2e on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow79.0%
Key (black)14.1%
Color previews
#dbaf2e text on a black background
contrast 10.18:1
Card sample
#dbaf2e text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbaf2e;
Background color
Panel with #dbaf2e background
background-color: #dbaf2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbaf2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbaf2e; background: linear-gradient(135deg, #dbaf2e, #94DB2E);