#dbb9ff
a pale, electric violet · warm · closest name: plum
RGB
219, 185, 255
HSL
269°, 100%, 86%
CMYK
14, 28, 0, 0
Luminance
0.5698
Every format
| HEX | #dbb9ff |
| RGB | rgb(219, 185, 255) |
| HSL | hsl(269, 100%, 86%) |
| CMYK | cmyk(14%, 28%, 0%, 0%) |
| LAB | lab(80.2 25.1 -30.0) |
| LCH | lch(80.2 39.1 309.9) |
| OKLCH | oklch(0.839 0.102 306.5) |
Copy-ready code
/* CSS */
color: #dbb9ff;
background-color: #dbb9ff;
/* Tailwind (arbitrary) */
class="text-[#dbb9ff] bg-[#dbb9ff]"
/* SCSS */
$brand: #dbb9ff;
/* SwiftUI */
Color(red: 0.859, green: 0.725, blue: 1.000)
/* Android */
Color.parseColor("#dbb9ff")Accessibility — WCAG contrast
Aa
#dbb9ff on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb9ff on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green72.5%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta27.5%
Yellow0.0%
Key (black)0.0%
Color previews
#dbb9ff text on a black background
contrast 12.40:1
Card sample
#dbb9ff text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb9ff;
Background color
Panel with #dbb9ff background
background-color: #dbb9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 185, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 185, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb9ff; background: linear-gradient(135deg, #dbb9ff, #FFB9F4);