#dab0eb
a light, vivid violet · warm · closest name: plum
RGB
218, 176, 235
HSL
283°, 60%, 81%
CMYK
7, 25, 0, 8
Luminance
0.5195
Every format
| HEX | #dab0eb |
| RGB | rgb(218, 176, 235) |
| HSL | hsl(283, 60%, 81%) |
| CMYK | cmyk(7%, 25%, 0%, 8%) |
| LAB | lab(77.3 25.6 -23.7) |
| LCH | lch(77.3 34.9 317.2) |
| OKLCH | oklch(0.814 0.093 316.1) |
Copy-ready code
/* CSS */
color: #dab0eb;
background-color: #dab0eb;
/* Tailwind (arbitrary) */
class="text-[#dab0eb] bg-[#dab0eb]"
/* SCSS */
$brand: #dab0eb;
/* SwiftUI */
Color(red: 0.855, green: 0.690, blue: 0.922)
/* Android */
Color.parseColor("#dab0eb")Accessibility — WCAG contrast
Aa
#dab0eb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dab0eb on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green69.0%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta25.1%
Yellow0.0%
Key (black)7.8%
Color previews
#dab0eb text on a black background
contrast 11.39:1
Card sample
#dab0eb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dab0eb;
Background color
Panel with #dab0eb background
background-color: #dab0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dab0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 176, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 176, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dab0eb; background: linear-gradient(135deg, #dab0eb, #EBB0D5);