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