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