#dbafeb
a light, vivid violet · warm · closest name: plum
RGB
219, 175, 235
HSL
284°, 60%, 80%
CMYK
7, 26, 0, 8
Luminance
0.5172
Every format
| HEX | #dbafeb |
| RGB | rgb(219, 175, 235) |
| HSL | hsl(284, 60%, 80%) |
| CMYK | cmyk(7%, 26%, 0%, 8%) |
| LAB | lab(77.1 26.5 -23.9) |
| LCH | lch(77.1 35.7 317.9) |
| OKLCH | oklch(0.813 0.095 316.9) |
Copy-ready code
/* CSS */
color: #dbafeb;
background-color: #dbafeb;
/* Tailwind (arbitrary) */
class="text-[#dbafeb] bg-[#dbafeb]"
/* SCSS */
$brand: #dbafeb;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#dbafeb")Accessibility — WCAG contrast
Aa
#dbafeb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafeb on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#dbafeb text on a black background
contrast 11.34:1
Card sample
#dbafeb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafeb;
Background color
Panel with #dbafeb background
background-color: #dbafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafeb; background: linear-gradient(135deg, #dbafeb, #EBAFD3);