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