#dbb1e7
a light, vivid violet · warm · closest name: plum
RGB
219, 177, 231
HSL
287°, 53%, 80%
CMYK
5, 23, 0, 9
Luminance
0.5227
Every format
| HEX | #dbb1e7 |
| RGB | rgb(219, 177, 231) |
| HSL | hsl(287, 53%, 80%) |
| CMYK | cmyk(5%, 23%, 0%, 9%) |
| LAB | lab(77.4 24.6 -21.3) |
| LCH | lch(77.4 32.5 319.2) |
| OKLCH | oklch(0.815 0.087 318.6) |
Copy-ready code
/* CSS */
color: #dbb1e7;
background-color: #dbb1e7;
/* Tailwind (arbitrary) */
class="text-[#dbb1e7] bg-[#dbb1e7]"
/* SCSS */
$brand: #dbb1e7;
/* SwiftUI */
Color(red: 0.859, green: 0.694, blue: 0.906)
/* Android */
Color.parseColor("#dbb1e7")Accessibility — WCAG contrast
Aa
#dbb1e7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb1e7 on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.4%
Blue90.6%
CMYK percentages
Cyan5.2%
Magenta23.4%
Yellow0.0%
Key (black)9.4%
Color previews
#dbb1e7 text on a black background
contrast 11.45:1
Card sample
#dbb1e7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb1e7;
Background color
Panel with #dbb1e7 background
background-color: #dbb1e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb1e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 177, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 177, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb1e7; background: linear-gradient(135deg, #dbb1e7, #E7B1CF);