#dbb73f
a balanced, vivid yellow · cool · closest name: khaki
RGB
219, 183, 63
HSL
46°, 68%, 55%
CMYK
0, 16, 71, 14
Luminance
0.4929
Every format
| HEX | #dbb73f |
| RGB | rgb(219, 183, 63) |
| HSL | hsl(46, 68%, 55%) |
| CMYK | cmyk(0%, 16%, 71%, 14%) |
| LAB | lab(75.6 0.6 62.8) |
| LCH | lch(75.6 62.8 89.5) |
| OKLCH | oklch(0.790 0.140 91.8) |
Copy-ready code
/* CSS */
color: #dbb73f;
background-color: #dbb73f;
/* Tailwind (arbitrary) */
class="text-[#dbb73f] bg-[#dbb73f]"
/* SCSS */
$brand: #dbb73f;
/* SwiftUI */
Color(red: 0.859, green: 0.718, blue: 0.247)
/* Android */
Color.parseColor("#dbb73f")Accessibility — WCAG contrast
Aa
#dbb73f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb73f on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow71.2%
Key (black)14.1%
Color previews
#dbb73f text on a black background
contrast 10.86:1
Card sample
#dbb73f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb73f;
Background color
Panel with #dbb73f background
background-color: #dbb73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 183, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 183, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb73f; background: linear-gradient(135deg, #dbb73f, #97DB3F);