#dbd0af
a light, soft yellow · cool · closest name: tan
RGB
219, 208, 175
HSL
45°, 38%, 77%
CMYK
0, 5, 20, 14
Luminance
0.6327
Every format
| HEX | #dbd0af |
| RGB | rgb(219, 208, 175) |
| HSL | hsl(45, 38%, 77%) |
| CMYK | cmyk(0%, 5%, 20%, 14%) |
| LAB | lab(83.6 -1.5 17.8) |
| LCH | lch(83.6 17.8 94.8) |
| OKLCH | oklch(0.858 0.046 91.8) |
Copy-ready code
/* CSS */
color: #dbd0af;
background-color: #dbd0af;
/* Tailwind (arbitrary) */
class="text-[#dbd0af] bg-[#dbd0af]"
/* SCSS */
$brand: #dbd0af;
/* SwiftUI */
Color(red: 0.859, green: 0.816, blue: 0.686)
/* Android */
Color.parseColor("#dbd0af")Accessibility — WCAG contrast
Aa
#dbd0af on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbd0af on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green81.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow20.1%
Key (black)14.1%
Color previews
#dbd0af text on a black background
contrast 13.65:1
Card sample
#dbd0af text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbd0af;
Background color
Panel with #dbd0af background
background-color: #dbd0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbd0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 208, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 208, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbd0af; background: linear-gradient(135deg, #dbd0af, #C9DBAF);