#dbaf8c
a light, vivid orange · warm · closest name: tan
RGB
219, 175, 140
HSL
27°, 52%, 70%
CMYK
0, 20, 36, 14
Luminance
0.4761
Every format
| HEX | #dbaf8c |
| RGB | rgb(219, 175, 140) |
| HSL | hsl(27, 52%, 70%) |
| CMYK | cmyk(0%, 20%, 36%, 14%) |
| LAB | lab(74.6 11.2 24.0) |
| LCH | lch(74.6 26.5 64.9) |
| OKLCH | oklch(0.785 0.070 60.0) |
Copy-ready code
/* CSS */
color: #dbaf8c;
background-color: #dbaf8c;
/* Tailwind (arbitrary) */
class="text-[#dbaf8c] bg-[#dbaf8c]"
/* SCSS */
$brand: #dbaf8c;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#dbaf8c")Accessibility — WCAG contrast
Aa
#dbaf8c on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbaf8c on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow36.1%
Key (black)14.1%
Color previews
#dbaf8c text on a black background
contrast 10.52:1
Card sample
#dbaf8c text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbaf8c;
Background color
Panel with #dbaf8c background
background-color: #dbaf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbaf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbaf8c; background: linear-gradient(135deg, #dbaf8c, #D2DB8C);