#dbb7ff
a pale, electric violet · warm · closest name: plum
RGB
219, 183, 255
HSL
270°, 100%, 86%
CMYK
14, 28, 0, 0
Luminance
0.5615
Every format
| HEX | #dbb7ff |
| RGB | rgb(219, 183, 255) |
| HSL | hsl(270, 100%, 86%) |
| CMYK | cmyk(14%, 28%, 0%, 0%) |
| LAB | lab(79.7 26.2 -30.7) |
| LCH | lch(79.7 40.4 310.5) |
| OKLCH | oklch(0.835 0.105 307.0) |
Copy-ready code
/* CSS */
color: #dbb7ff;
background-color: #dbb7ff;
/* Tailwind (arbitrary) */
class="text-[#dbb7ff] bg-[#dbb7ff]"
/* SCSS */
$brand: #dbb7ff;
/* SwiftUI */
Color(red: 0.859, green: 0.718, blue: 1.000)
/* Android */
Color.parseColor("#dbb7ff")Accessibility — WCAG contrast
Aa
#dbb7ff on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb7ff on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.8%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta28.2%
Yellow0.0%
Key (black)0.0%
Color previews
#dbb7ff text on a black background
contrast 12.23:1
Card sample
#dbb7ff text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb7ff;
Background color
Panel with #dbb7ff background
background-color: #dbb7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 183, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 183, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb7ff; background: linear-gradient(135deg, #dbb7ff, #FFB7F3);