#dbaef1
a light, vivid violet · warm · closest name: plum
RGB
219, 174, 241
HSL
280°, 71%, 81%
CMYK
9, 28, 0, 6
Luminance
0.5168
Every format
| HEX | #dbaef1 |
| RGB | rgb(219, 174, 241) |
| HSL | hsl(280, 71%, 81%) |
| CMYK | cmyk(9%, 28%, 0%, 6%) |
| LAB | lab(77.1 28.2 -27.2) |
| LCH | lch(77.1 39.2 316.0) |
| OKLCH | oklch(0.814 0.104 314.4) |
Copy-ready code
/* CSS */
color: #dbaef1;
background-color: #dbaef1;
/* Tailwind (arbitrary) */
class="text-[#dbaef1] bg-[#dbaef1]"
/* SCSS */
$brand: #dbaef1;
/* SwiftUI */
Color(red: 0.859, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#dbaef1")Accessibility — WCAG contrast
Aa
#dbaef1 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbaef1 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.2%
Blue94.5%
CMYK percentages
Cyan9.1%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#dbaef1 text on a black background
contrast 11.34:1
Card sample
#dbaef1 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbaef1;
Background color
Panel with #dbaef1 background
background-color: #dbaef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbaef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbaef1; background: linear-gradient(135deg, #dbaef1, #F1AEDA);