#dbcb49
a balanced, vivid yellow · cool · closest name: khaki
RGB
219, 203, 73
HSL
53°, 67%, 57%
CMYK
0, 7, 67, 14
Luminance
0.5825
Every format
| HEX | #dbcb49 |
| RGB | rgb(219, 203, 73) |
| HSL | hsl(53, 67%, 57%) |
| CMYK | cmyk(0%, 7%, 67%, 14%) |
| LAB | lab(80.9 -9.2 64.2) |
| LCH | lch(80.9 64.8 98.2) |
| OKLCH | oklch(0.832 0.148 102.2) |
Copy-ready code
/* CSS */
color: #dbcb49;
background-color: #dbcb49;
/* Tailwind (arbitrary) */
class="text-[#dbcb49] bg-[#dbcb49]"
/* SCSS */
$brand: #dbcb49;
/* SwiftUI */
Color(red: 0.859, green: 0.796, blue: 0.286)
/* Android */
Color.parseColor("#dbcb49")Accessibility — WCAG contrast
Aa
#dbcb49 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcb49 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green79.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow66.7%
Key (black)14.1%
Color previews
#dbcb49 text on a black background
contrast 12.65:1
Card sample
#dbcb49 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcb49;
Background color
Panel with #dbcb49 background
background-color: #dbcb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 203, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 203, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcb49; background: linear-gradient(135deg, #dbcb49, #8ADB49);