#dbb33f
a balanced, vivid yellow · warm · closest name: khaki
RGB
219, 179, 63
HSL
45°, 68%, 55%
CMYK
0, 18, 71, 14
Luminance
0.4766
Every format
| HEX | #dbb33f |
| RGB | rgb(219, 179, 63) |
| HSL | hsl(45, 68%, 55%) |
| CMYK | cmyk(0%, 18%, 71%, 14%) |
| LAB | lab(74.6 2.7 61.8) |
| LCH | lch(74.6 61.8 87.5) |
| OKLCH | oklch(0.782 0.138 89.3) |
Copy-ready code
/* CSS */
color: #dbb33f;
background-color: #dbb33f;
/* Tailwind (arbitrary) */
class="text-[#dbb33f] bg-[#dbb33f]"
/* SCSS */
$brand: #dbb33f;
/* SwiftUI */
Color(red: 0.859, green: 0.702, blue: 0.247)
/* Android */
Color.parseColor("#dbb33f")Accessibility — WCAG contrast
Aa
#dbb33f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb33f on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green70.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow71.2%
Key (black)14.1%
Color previews
#dbb33f text on a black background
contrast 10.53:1
Card sample
#dbb33f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb33f;
Background color
Panel with #dbb33f background
background-color: #dbb33f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb33f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 179, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 179, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb33f; background: linear-gradient(135deg, #dbb33f, #9BDB3F);