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