#dbb14f
a balanced, vivid yellow · warm · closest name: peru
RGB
219, 177, 79
HSL
42°, 66%, 58%
CMYK
0, 19, 64, 14
Luminance
0.4707
Every format
| HEX | #dbb14f |
| RGB | rgb(219, 177, 79) |
| HSL | hsl(42, 66%, 58%) |
| CMYK | cmyk(0%, 19%, 64%, 14%) |
| LAB | lab(74.2 4.6 54.5) |
| LCH | lch(74.2 54.7 85.2) |
| OKLCH | oklch(0.780 0.125 85.8) |
Copy-ready code
/* CSS */
color: #dbb14f;
background-color: #dbb14f;
/* Tailwind (arbitrary) */
class="text-[#dbb14f] bg-[#dbb14f]"
/* SCSS */
$brand: #dbb14f;
/* SwiftUI */
Color(red: 0.859, green: 0.694, blue: 0.310)
/* Android */
Color.parseColor("#dbb14f")Accessibility — WCAG contrast
Aa
#dbb14f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb14f on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow63.9%
Key (black)14.1%
Color previews
#dbb14f text on a black background
contrast 10.41:1
Card sample
#dbb14f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb14f;
Background color
Panel with #dbb14f background
background-color: #dbb14f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb14f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 177, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 177, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb14f; background: linear-gradient(135deg, #dbb14f, #A8DB4F);