#dbb35f
a balanced, vivid yellow · warm · closest name: khaki
RGB
219, 179, 95
HSL
41°, 63%, 62%
CMYK
0, 18, 57, 14
Luminance
0.4813
Every format
| HEX | #dbb35f |
| RGB | rgb(219, 179, 95) |
| HSL | hsl(41, 63%, 62%) |
| CMYK | cmyk(0%, 18%, 57%, 14%) |
| LAB | lab(74.9 4.7 47.8) |
| LCH | lch(74.9 48.0 84.4) |
| OKLCH | oklch(0.785 0.113 84.2) |
Copy-ready code
/* CSS */
color: #dbb35f;
background-color: #dbb35f;
/* Tailwind (arbitrary) */
class="text-[#dbb35f] bg-[#dbb35f]"
/* SCSS */
$brand: #dbb35f;
/* SwiftUI */
Color(red: 0.859, green: 0.702, blue: 0.373)
/* Android */
Color.parseColor("#dbb35f")Accessibility — WCAG contrast
Aa
#dbb35f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb35f on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green70.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow56.6%
Key (black)14.1%
Color previews
#dbb35f text on a black background
contrast 10.63:1
Card sample
#dbb35f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb35f;
Background color
Panel with #dbb35f background
background-color: #dbb35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 179, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 179, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb35f; background: linear-gradient(135deg, #dbb35f, #B1DB5F);