#dbbdc3
a light, soft red · warm · closest name: silver
RGB
219, 189, 195
HSL
348°, 29%, 80%
CMYK
0, 14, 11, 14
Luminance
0.5540
Every format
| HEX | #dbbdc3 |
| RGB | rgb(219, 189, 195) |
| HSL | hsl(348, 29%, 80%) |
| CMYK | cmyk(0%, 14%, 11%, 14%) |
| LAB | lab(79.3 11.7 0.9) |
| LCH | lch(79.3 11.7 4.6) |
| OKLCH | oklch(0.826 0.035 4.3) |
Copy-ready code
/* CSS */
color: #dbbdc3;
background-color: #dbbdc3;
/* Tailwind (arbitrary) */
class="text-[#dbbdc3] bg-[#dbbdc3]"
/* SCSS */
$brand: #dbbdc3;
/* SwiftUI */
Color(red: 0.859, green: 0.741, blue: 0.765)
/* Android */
Color.parseColor("#dbbdc3")Accessibility — WCAG contrast
Aa
#dbbdc3 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbdc3 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.1%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow11.0%
Key (black)14.1%
Color previews
#dbbdc3 text on a black background
contrast 12.08:1
Card sample
#dbbdc3 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbdc3;
Background color
Panel with #dbbdc3 background
background-color: #dbbdc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbdc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 189, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 189, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbdc3; background: linear-gradient(135deg, #dbbdc3, #DBCBBD);