#dbbfc5
a light, soft red · warm · closest name: silver
RGB
219, 191, 197
HSL
347°, 28%, 80%
CMYK
0, 13, 10, 14
Luminance
0.5635
Every format
| HEX | #dbbfc5 |
| RGB | rgb(219, 191, 197) |
| HSL | hsl(347, 28%, 80%) |
| CMYK | cmyk(0%, 13%, 10%, 14%) |
| LAB | lab(79.8 10.9 0.7) |
| LCH | lch(79.8 10.9 3.4) |
| OKLCH | oklch(0.830 0.033 3.3) |
Copy-ready code
/* CSS */
color: #dbbfc5;
background-color: #dbbfc5;
/* Tailwind (arbitrary) */
class="text-[#dbbfc5] bg-[#dbbfc5]"
/* SCSS */
$brand: #dbbfc5;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.773)
/* Android */
Color.parseColor("#dbbfc5")Accessibility — WCAG contrast
Aa
#dbbfc5 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfc5 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow10.0%
Key (black)14.1%
Color previews
#dbbfc5 text on a black background
contrast 12.27:1
Card sample
#dbbfc5 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfc5;
Background color
Panel with #dbbfc5 background
background-color: #dbbfc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfc5; background: linear-gradient(135deg, #dbbfc5, #DBCCBF);