#dbb0ea
a light, vivid violet · warm · closest name: plum
RGB
219, 176, 234
HSL
285°, 58%, 80%
CMYK
6, 25, 0, 8
Luminance
0.5205
Every format
| HEX | #dbb0ea |
| RGB | rgb(219, 176, 234) |
| HSL | hsl(285, 58%, 80%) |
| CMYK | cmyk(6%, 25%, 0%, 8%) |
| LAB | lab(77.3 25.7 -23.1) |
| LCH | lch(77.3 34.6 318.1) |
| OKLCH | oklch(0.814 0.092 317.2) |
Copy-ready code
/* CSS */
color: #dbb0ea;
background-color: #dbb0ea;
/* Tailwind (arbitrary) */
class="text-[#dbb0ea] bg-[#dbb0ea]"
/* SCSS */
$brand: #dbb0ea;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.918)
/* Android */
Color.parseColor("#dbb0ea")Accessibility — WCAG contrast
Aa
#dbb0ea on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb0ea on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue91.8%
CMYK percentages
Cyan6.4%
Magenta24.8%
Yellow0.0%
Key (black)8.2%
Color previews
#dbb0ea text on a black background
contrast 11.41:1
Card sample
#dbb0ea text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb0ea;
Background color
Panel with #dbb0ea background
background-color: #dbb0ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb0ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb0ea; background: linear-gradient(135deg, #dbb0ea, #EAB0D2);