#dbb74f
a balanced, vivid yellow · warm · closest name: khaki
RGB
219, 183, 79
HSL
45°, 66%, 58%
CMYK
0, 16, 64, 14
Luminance
0.4949
Every format
| HEX | #dbb74f |
| RGB | rgb(219, 183, 79) |
| HSL | hsl(45, 66%, 58%) |
| CMYK | cmyk(0%, 16%, 64%, 14%) |
| LAB | lab(75.8 1.4 56.2) |
| LCH | lch(75.8 56.2 88.5) |
| OKLCH | oklch(0.792 0.128 90.0) |
Copy-ready code
/* CSS */
color: #dbb74f;
background-color: #dbb74f;
/* Tailwind (arbitrary) */
class="text-[#dbb74f] bg-[#dbb74f]"
/* SCSS */
$brand: #dbb74f;
/* SwiftUI */
Color(red: 0.859, green: 0.718, blue: 0.310)
/* Android */
Color.parseColor("#dbb74f")Accessibility — WCAG contrast
Aa
#dbb74f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb74f on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow63.9%
Key (black)14.1%
Color previews
#dbb74f text on a black background
contrast 10.90:1
Card sample
#dbb74f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb74f;
Background color
Panel with #dbb74f background
background-color: #dbb74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 183, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 183, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb74f; background: linear-gradient(135deg, #dbb74f, #A2DB4F);