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