#dbb0f0
a light, vivid violet · warm · closest name: plum
RGB
219, 176, 240
HSL
280°, 68%, 82%
CMYK
9, 27, 0, 6
Luminance
0.5240
Every format
| HEX | #dbb0f0 |
| RGB | rgb(219, 176, 240) |
| HSL | hsl(280, 68%, 82%) |
| CMYK | cmyk(9%, 27%, 0%, 6%) |
| LAB | lab(77.5 26.9 -26.0) |
| LCH | lch(77.5 37.4 316.0) |
| OKLCH | oklch(0.817 0.099 314.4) |
Copy-ready code
/* CSS */
color: #dbb0f0;
background-color: #dbb0f0;
/* Tailwind (arbitrary) */
class="text-[#dbb0f0] bg-[#dbb0f0]"
/* SCSS */
$brand: #dbb0f0;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.941)
/* Android */
Color.parseColor("#dbb0f0")Accessibility — WCAG contrast
Aa
#dbb0f0 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb0f0 on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue94.1%
CMYK percentages
Cyan8.8%
Magenta26.7%
Yellow0.0%
Key (black)5.9%
Color previews
#dbb0f0 text on a black background
contrast 11.48:1
Card sample
#dbb0f0 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb0f0;
Background color
Panel with #dbb0f0 background
background-color: #dbb0f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb0f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb0f0; background: linear-gradient(135deg, #dbb0f0, #F0B0DA);