#dbbfb4
a light, soft orange · warm · closest name: silver
RGB
219, 191, 180
HSL
17°, 35%, 78%
CMYK
0, 13, 18, 14
Luminance
0.5562
Every format
| HEX | #dbbfb4 |
| RGB | rgb(219, 191, 180) |
| HSL | hsl(17, 35%, 78%) |
| CMYK | cmyk(0%, 13%, 18%, 14%) |
| LAB | lab(79.4 8.2 9.2) |
| LCH | lch(79.4 12.3 48.4) |
| OKLCH | oklch(0.826 0.035 42.7) |
Copy-ready code
/* CSS */
color: #dbbfb4;
background-color: #dbbfb4;
/* Tailwind (arbitrary) */
class="text-[#dbbfb4] bg-[#dbbfb4]"
/* SCSS */
$brand: #dbbfb4;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.706)
/* Android */
Color.parseColor("#dbbfb4")Accessibility — WCAG contrast
Aa
#dbbfb4 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfb4 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow17.8%
Key (black)14.1%
Color previews
#dbbfb4 text on a black background
contrast 12.12:1
Card sample
#dbbfb4 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfb4;
Background color
Panel with #dbbfb4 background
background-color: #dbbfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfb4; background: linear-gradient(135deg, #dbbfb4, #DBD9B4);