#dbcf49
a balanced, vivid yellow · cool · closest name: khaki
RGB
219, 207, 73
HSL
55°, 67%, 57%
CMYK
0, 6, 67, 14
Luminance
0.6017
Every format
| HEX | #dbcf49 |
| RGB | rgb(219, 207, 73) |
| HSL | hsl(55, 67%, 57%) |
| CMYK | cmyk(0%, 6%, 67%, 14%) |
| LAB | lab(81.9 -11.3 65.2) |
| LCH | lch(81.9 66.2 99.8) |
| OKLCH | oklch(0.840 0.151 104.2) |
Copy-ready code
/* CSS */
color: #dbcf49;
background-color: #dbcf49;
/* Tailwind (arbitrary) */
class="text-[#dbcf49] bg-[#dbcf49]"
/* SCSS */
$brand: #dbcf49;
/* SwiftUI */
Color(red: 0.859, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#dbcf49")Accessibility — WCAG contrast
Aa
#dbcf49 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcf49 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green81.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow66.7%
Key (black)14.1%
Color previews
#dbcf49 text on a black background
contrast 13.03:1
Card sample
#dbcf49 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcf49;
Background color
Panel with #dbcf49 background
background-color: #dbcf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcf49; background: linear-gradient(135deg, #dbcf49, #86DB49);