#dbbfc0
a light, soft red · warm · closest name: silver
RGB
219, 191, 192
HSL
358°, 28%, 80%
CMYK
0, 13, 12, 14
Luminance
0.5613
Every format
| HEX | #dbbfc0 |
| RGB | rgb(219, 191, 192) |
| HSL | hsl(358, 28%, 80%) |
| CMYK | cmyk(0%, 13%, 12%, 14%) |
| LAB | lab(79.7 10.1 3.2) |
| LCH | lch(79.7 10.6 17.4) |
| OKLCH | oklch(0.829 0.032 15.4) |
Copy-ready code
/* CSS */
color: #dbbfc0;
background-color: #dbbfc0;
/* Tailwind (arbitrary) */
class="text-[#dbbfc0] bg-[#dbbfc0]"
/* SCSS */
$brand: #dbbfc0;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.753)
/* Android */
Color.parseColor("#dbbfc0")Accessibility — WCAG contrast
Aa
#dbbfc0 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfc0 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow12.3%
Key (black)14.1%
Color previews
#dbbfc0 text on a black background
contrast 12.23:1
Card sample
#dbbfc0 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfc0;
Background color
Panel with #dbbfc0 background
background-color: #dbbfc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfc0; background: linear-gradient(135deg, #dbbfc0, #DBD1BF);