#dbb6f0
a light, vivid violet · warm · closest name: plum
RGB
219, 182, 240
HSL
278°, 66%, 83%
CMYK
9, 24, 0, 6
Luminance
0.5481
Every format
| HEX | #dbb6f0 |
| RGB | rgb(219, 182, 240) |
| HSL | hsl(278, 66%, 83%) |
| CMYK | cmyk(9%, 24%, 0%, 6%) |
| LAB | lab(78.9 23.7 -23.9) |
| LCH | lch(78.9 33.6 314.8) |
| OKLCH | oklch(0.828 0.089 313.1) |
Copy-ready code
/* CSS */
color: #dbb6f0;
background-color: #dbb6f0;
/* Tailwind (arbitrary) */
class="text-[#dbb6f0] bg-[#dbb6f0]"
/* SCSS */
$brand: #dbb6f0;
/* SwiftUI */
Color(red: 0.859, green: 0.714, blue: 0.941)
/* Android */
Color.parseColor("#dbb6f0")Accessibility — WCAG contrast
Aa
#dbb6f0 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb6f0 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.4%
Blue94.1%
CMYK percentages
Cyan8.8%
Magenta24.2%
Yellow0.0%
Key (black)5.9%
Color previews
#dbb6f0 text on a black background
contrast 11.96:1
Card sample
#dbb6f0 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb6f0;
Background color
Panel with #dbb6f0 background
background-color: #dbb6f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb6f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 182, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 182, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb6f0; background: linear-gradient(135deg, #dbb6f0, #F0B6DE);