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