#dabeee
a light, vivid violet · warm · closest name: plum
RGB
218, 190, 238
HSL
275°, 59%, 84%
CMYK
8, 20, 0, 7
Luminance
0.5791
Every format
| HEX | #dabeee |
| RGB | rgb(218, 190, 238) |
| HSL | hsl(275, 59%, 84%) |
| CMYK | cmyk(8%, 20%, 0%, 7%) |
| LAB | lab(80.7 18.6 -20.1) |
| LCH | lch(80.7 27.4 312.8) |
| OKLCH | oklch(0.841 0.072 311.0) |
Copy-ready code
/* CSS */
color: #dabeee;
background-color: #dabeee;
/* Tailwind (arbitrary) */
class="text-[#dabeee] bg-[#dabeee]"
/* SCSS */
$brand: #dabeee;
/* SwiftUI */
Color(red: 0.855, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#dabeee")Accessibility — WCAG contrast
Aa
#dabeee on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabeee on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan8.4%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#dabeee text on a black background
contrast 12.58:1
Card sample
#dabeee text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabeee;
Background color
Panel with #dabeee background
background-color: #dabeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabeee; background: linear-gradient(135deg, #dabeee, #EEBEE2);