#dbbfb1
a light, soft orange · warm · closest name: silver
RGB
219, 191, 177
HSL
20°, 37%, 78%
CMYK
0, 13, 19, 14
Luminance
0.5550
Every format
| HEX | #dbbfb1 |
| RGB | rgb(219, 191, 177) |
| HSL | hsl(20, 37%, 78%) |
| CMYK | cmyk(0%, 13%, 19%, 14%) |
| LAB | lab(79.3 7.7 10.7) |
| LCH | lch(79.3 13.2 54.2) |
| OKLCH | oklch(0.825 0.037 48.2) |
Copy-ready code
/* CSS */
color: #dbbfb1;
background-color: #dbbfb1;
/* Tailwind (arbitrary) */
class="text-[#dbbfb1] bg-[#dbbfb1]"
/* SCSS */
$brand: #dbbfb1;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.694)
/* Android */
Color.parseColor("#dbbfb1")Accessibility — WCAG contrast
Aa
#dbbfb1 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfb1 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow19.2%
Key (black)14.1%
Color previews
#dbbfb1 text on a black background
contrast 12.10:1
Card sample
#dbbfb1 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfb1;
Background color
Panel with #dbbfb1 background
background-color: #dbbfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfb1; background: linear-gradient(135deg, #dbbfb1, #DBDBB1);