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