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