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