#dbb5ff
a pale, electric violet · warm · closest name: plum
RGB
219, 181, 255
HSL
271°, 100%, 86%
CMYK
14, 29, 0, 0
Luminance
0.5533
Every format
| HEX | #dbb5ff |
| RGB | rgb(219, 181, 255) |
| HSL | hsl(271, 100%, 86%) |
| CMYK | cmyk(14%, 29%, 0%, 0%) |
| LAB | lab(79.2 27.3 -31.4) |
| LCH | lch(79.2 41.6 310.9) |
| OKLCH | oklch(0.832 0.109 307.6) |
Copy-ready code
/* CSS */
color: #dbb5ff;
background-color: #dbb5ff;
/* Tailwind (arbitrary) */
class="text-[#dbb5ff] bg-[#dbb5ff]"
/* SCSS */
$brand: #dbb5ff;
/* SwiftUI */
Color(red: 0.859, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#dbb5ff")Accessibility — WCAG contrast
Aa
#dbb5ff on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb5ff on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.0%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#dbb5ff text on a black background
contrast 12.07:1
Card sample
#dbb5ff text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb5ff;
Background color
Panel with #dbb5ff background
background-color: #dbb5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb5ff; background: linear-gradient(135deg, #dbb5ff, #FFB5F2);