#dbb6e3
a light, soft violet · warm · closest name: plum
RGB
219, 182, 227
HSL
289°, 45%, 80%
CMYK
4, 20, 0, 11
Luminance
0.5406
Every format
| HEX | #dbb6e3 |
| RGB | rgb(219, 182, 227) |
| HSL | hsl(289, 45%, 80%) |
| CMYK | cmyk(4%, 20%, 0%, 11%) |
| LAB | lab(78.5 21.1 -17.5) |
| LCH | lch(78.5 27.4 320.4) |
| OKLCH | oklch(0.823 0.074 320.3) |
Copy-ready code
/* CSS */
color: #dbb6e3;
background-color: #dbb6e3;
/* Tailwind (arbitrary) */
class="text-[#dbb6e3] bg-[#dbb6e3]"
/* SCSS */
$brand: #dbb6e3;
/* SwiftUI */
Color(red: 0.859, green: 0.714, blue: 0.890)
/* Android */
Color.parseColor("#dbb6e3")Accessibility — WCAG contrast
Aa
#dbb6e3 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb6e3 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.4%
Blue89.0%
CMYK percentages
Cyan3.5%
Magenta19.8%
Yellow0.0%
Key (black)11.0%
Color previews
#dbb6e3 text on a black background
contrast 11.81:1
Card sample
#dbb6e3 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb6e3;
Background color
Panel with #dbb6e3 background
background-color: #dbb6e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb6e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 182, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 182, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb6e3; background: linear-gradient(135deg, #dbb6e3, #E3B6CD);