#dbbfca
a light, soft magenta / pink · warm · closest name: silver
RGB
219, 191, 202
HSL
336°, 28%, 80%
CMYK
0, 13, 8, 14
Luminance
0.5659
Every format
| HEX | #dbbfca |
| RGB | rgb(219, 191, 202) |
| HSL | hsl(336, 28%, 80%) |
| CMYK | cmyk(0%, 13%, 8%, 14%) |
| LAB | lab(80.0 11.8 -1.9) |
| LCH | lch(80.0 11.9 351.1) |
| OKLCH | oklch(0.832 0.035 352.2) |
Copy-ready code
/* CSS */
color: #dbbfca;
background-color: #dbbfca;
/* Tailwind (arbitrary) */
class="text-[#dbbfca] bg-[#dbbfca]"
/* SCSS */
$brand: #dbbfca;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.792)
/* Android */
Color.parseColor("#dbbfca")Accessibility — WCAG contrast
Aa
#dbbfca on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfca on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow7.8%
Key (black)14.1%
Color previews
#dbbfca text on a black background
contrast 12.32:1
Card sample
#dbbfca text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfca;
Background color
Panel with #dbbfca background
background-color: #dbbfca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfca; background: linear-gradient(135deg, #dbbfca, #DBC7BF);