#dbbfb8
a light, soft red · warm · closest name: silver
RGB
219, 191, 184
HSL
12°, 33%, 79%
CMYK
0, 13, 16, 14
Luminance
0.5578
Every format
| HEX | #dbbfb8 |
| RGB | rgb(219, 191, 184) |
| HSL | hsl(12, 33%, 79%) |
| CMYK | cmyk(0%, 13%, 16%, 14%) |
| LAB | lab(79.5 8.8 7.2) |
| LCH | lch(79.5 11.4 39.2) |
| OKLCH | oklch(0.827 0.034 34.3) |
Copy-ready code
/* CSS */
color: #dbbfb8;
background-color: #dbbfb8;
/* Tailwind (arbitrary) */
class="text-[#dbbfb8] bg-[#dbbfb8]"
/* SCSS */
$brand: #dbbfb8;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.722)
/* Android */
Color.parseColor("#dbbfb8")Accessibility — WCAG contrast
Aa
#dbbfb8 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfb8 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow16.0%
Key (black)14.1%
Color previews
#dbbfb8 text on a black background
contrast 12.16:1
Card sample
#dbbfb8 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfb8;
Background color
Panel with #dbbfb8 background
background-color: #dbbfb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfb8; background: linear-gradient(135deg, #dbbfb8, #DBD6B8);