#dbafe7
a light, vivid violet · warm · closest name: plum
RGB
219, 175, 231
HSL
287°, 54%, 80%
CMYK
5, 24, 0, 9
Luminance
0.5149
Every format
| HEX | #dbafe7 |
| RGB | rgb(219, 175, 231) |
| HSL | hsl(287, 54%, 80%) |
| CMYK | cmyk(5%, 24%, 0%, 9%) |
| LAB | lab(77.0 25.7 -22.0) |
| LCH | lch(77.0 33.8 319.5) |
| OKLCH | oklch(0.811 0.091 318.9) |
Copy-ready code
/* CSS */
color: #dbafe7;
background-color: #dbafe7;
/* Tailwind (arbitrary) */
class="text-[#dbafe7] bg-[#dbafe7]"
/* SCSS */
$brand: #dbafe7;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.906)
/* Android */
Color.parseColor("#dbafe7")Accessibility — WCAG contrast
Aa
#dbafe7 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafe7 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue90.6%
CMYK percentages
Cyan5.2%
Magenta24.2%
Yellow0.0%
Key (black)9.4%
Color previews
#dbafe7 text on a black background
contrast 11.30:1
Card sample
#dbafe7 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafe7;
Background color
Panel with #dbafe7 background
background-color: #dbafe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafe7; background: linear-gradient(135deg, #dbafe7, #E7AFCE);