#dbb61f
a balanced, electric yellow · cool · closest name: gold
RGB
219, 182, 31
HSL
48°, 75%, 49%
CMYK
0, 17, 86, 14
Luminance
0.4861
Every format
| HEX | #dbb61f |
| RGB | rgb(219, 182, 31) |
| HSL | hsl(48, 75%, 49%) |
| CMYK | cmyk(0%, 17%, 86%, 14%) |
| LAB | lab(75.2 -0.1 72.6) |
| LCH | lch(75.2 72.6 90.0) |
| OKLCH | oklch(0.786 0.155 93.4) |
Copy-ready code
/* CSS */
color: #dbb61f;
background-color: #dbb61f;
/* Tailwind (arbitrary) */
class="text-[#dbb61f] bg-[#dbb61f]"
/* SCSS */
$brand: #dbb61f;
/* SwiftUI */
Color(red: 0.859, green: 0.714, blue: 0.122)
/* Android */
Color.parseColor("#dbb61f")Accessibility — WCAG contrast
Aa
#dbb61f on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb61f on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.4%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow85.8%
Key (black)14.1%
Color previews
#dbb61f text on a black background
contrast 10.72:1
Card sample
#dbb61f text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb61f;
Background color
Panel with #dbb61f background
background-color: #dbb61f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb61f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 182, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 182, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb61f; background: linear-gradient(135deg, #dbb61f, #83DB1F);