#dbbeea
a light, vivid violet · warm · closest name: plum
RGB
219, 190, 234
HSL
280°, 51%, 83%
CMYK
6, 19, 0, 8
Luminance
0.5783
Every format
| HEX | #dbbeea |
| RGB | rgb(219, 190, 234) |
| HSL | hsl(280, 51%, 83%) |
| CMYK | cmyk(6%, 19%, 0%, 8%) |
| LAB | lab(80.6 18.2 -18.0) |
| LCH | lch(80.6 25.6 315.2) |
| OKLCH | oklch(0.840 0.068 314.1) |
Copy-ready code
/* CSS */
color: #dbbeea;
background-color: #dbbeea;
/* Tailwind (arbitrary) */
class="text-[#dbbeea] bg-[#dbbeea]"
/* SCSS */
$brand: #dbbeea;
/* SwiftUI */
Color(red: 0.859, green: 0.745, blue: 0.918)
/* Android */
Color.parseColor("#dbbeea")Accessibility — WCAG contrast
Aa
#dbbeea on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbeea on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.5%
Blue91.8%
CMYK percentages
Cyan6.4%
Magenta18.8%
Yellow0.0%
Key (black)8.2%
Color previews
#dbbeea text on a black background
contrast 12.57:1
Card sample
#dbbeea text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbeea;
Background color
Panel with #dbbeea background
background-color: #dbbeea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbeea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 190, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 190, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbeea; background: linear-gradient(135deg, #dbbeea, #EABEDC);