#dbbcdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
219, 188, 223
HSL
293°, 35%, 81%
CMYK
2, 16, 0, 13
Luminance
0.5635
Every format
| HEX | #dbbcdf |
| RGB | rgb(219, 188, 223) |
| HSL | hsl(293, 35%, 81%) |
| CMYK | cmyk(2%, 16%, 0%, 13%) |
| LAB | lab(79.8 17.1 -13.4) |
| LCH | lch(79.8 21.7 322.1) |
| OKLCH | oklch(0.833 0.059 322.4) |
Copy-ready code
/* CSS */
color: #dbbcdf;
background-color: #dbbcdf;
/* Tailwind (arbitrary) */
class="text-[#dbbcdf] bg-[#dbbcdf]"
/* SCSS */
$brand: #dbbcdf;
/* SwiftUI */
Color(red: 0.859, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#dbbcdf")Accessibility — WCAG contrast
Aa
#dbbcdf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbcdf on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green73.7%
Blue87.5%
CMYK percentages
Cyan1.8%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#dbbcdf text on a black background
contrast 12.27:1
Card sample
#dbbcdf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbcdf;
Background color
Panel with #dbbcdf background
background-color: #dbbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbcdf; background: linear-gradient(135deg, #dbbcdf, #DFBCCC);