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