#dbb65f
a balanced, vivid yellow · warm · closest name: khaki
RGB
219, 182, 95
HSL
42°, 63%, 62%
CMYK
0, 17, 57, 14
Luminance
0.4934
Every format
| HEX | #dbb65f |
| RGB | rgb(219, 182, 95) |
| HSL | hsl(42, 63%, 62%) |
| CMYK | cmyk(0%, 17%, 57%, 14%) |
| LAB | lab(75.7 3.1 48.6) |
| LCH | lch(75.7 48.7 86.4) |
| OKLCH | oklch(0.791 0.114 86.6) |
Copy-ready code
/* CSS */
color: #dbb65f;
background-color: #dbb65f;
/* Tailwind (arbitrary) */
class="text-[#dbb65f] bg-[#dbb65f]"
/* SCSS */
$brand: #dbb65f;
/* SwiftUI */
Color(red: 0.859, green: 0.714, blue: 0.373)
/* Android */
Color.parseColor("#dbb65f")Accessibility — WCAG contrast
Aa
#dbb65f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb65f on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow56.6%
Key (black)14.1%
Color previews
#dbb65f text on a black background
contrast 10.87:1
Card sample
#dbb65f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb65f;
Background color
Panel with #dbb65f background
background-color: #dbb65f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb65f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 182, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 182, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb65f; background: linear-gradient(135deg, #dbb65f, #ADDB5F);