#dbafee
a light, vivid violet · warm · closest name: plum
RGB
219, 175, 238
HSL
282°, 65%, 81%
CMYK
8, 27, 0, 7
Luminance
0.5189
Every format
| HEX | #dbafee |
| RGB | rgb(219, 175, 238) |
| HSL | hsl(282, 65%, 81%) |
| CMYK | cmyk(8%, 27%, 0%, 7%) |
| LAB | lab(77.2 27.1 -25.4) |
| LCH | lch(77.2 37.1 316.8) |
| OKLCH | oklch(0.814 0.099 315.5) |
Copy-ready code
/* CSS */
color: #dbafee;
background-color: #dbafee;
/* Tailwind (arbitrary) */
class="text-[#dbafee] bg-[#dbafee]"
/* SCSS */
$brand: #dbafee;
/* SwiftUI */
Color(red: 0.859, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#dbafee")Accessibility — WCAG contrast
Aa
#dbafee on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbafee on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green68.6%
Blue93.3%
CMYK percentages
Cyan8.0%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#dbafee text on a black background
contrast 11.38:1
Card sample
#dbafee text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbafee;
Background color
Panel with #dbafee background
background-color: #dbafee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbafee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbafee; background: linear-gradient(135deg, #dbafee, #EEAFD7);