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