#dbcbaf
a light, soft orange · warm · closest name: tan
RGB
219, 203, 175
HSL
38°, 38%, 77%
CMYK
0, 7, 20, 14
Luminance
0.6087
Every format
| HEX | #dbcbaf |
| RGB | rgb(219, 203, 175) |
| HSL | hsl(38, 38%, 77%) |
| CMYK | cmyk(0%, 7%, 20%, 14%) |
| LAB | lab(82.3 1.1 16.0) |
| LCH | lch(82.3 16.0 86.1) |
| OKLCH | oklch(0.848 0.042 81.7) |
Copy-ready code
/* CSS */
color: #dbcbaf;
background-color: #dbcbaf;
/* Tailwind (arbitrary) */
class="text-[#dbcbaf] bg-[#dbcbaf]"
/* SCSS */
$brand: #dbcbaf;
/* SwiftUI */
Color(red: 0.859, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#dbcbaf")Accessibility — WCAG contrast
Aa
#dbcbaf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbcbaf on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow20.1%
Key (black)14.1%
Color previews
#dbcbaf text on a black background
contrast 13.17:1
Card sample
#dbcbaf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbcbaf;
Background color
Panel with #dbcbaf background
background-color: #dbcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbcbaf; background: linear-gradient(135deg, #dbcbaf, #CEDBAF);