#dab8eb
a light, vivid violet · warm · closest name: plum
RGB
218, 184, 235
HSL
280°, 56%, 82%
CMYK
7, 22, 0, 8
Luminance
0.5518
Every format
| HEX | #dab8eb |
| RGB | rgb(218, 184, 235) |
| HSL | hsl(280, 56%, 82%) |
| CMYK | cmyk(7%, 22%, 0%, 8%) |
| LAB | lab(79.2 21.3 -20.8) |
| LCH | lch(79.2 29.8 315.6) |
| OKLCH | oklch(0.829 0.079 314.4) |
Copy-ready code
/* CSS */
color: #dab8eb;
background-color: #dab8eb;
/* Tailwind (arbitrary) */
class="text-[#dab8eb] bg-[#dab8eb]"
/* SCSS */
$brand: #dab8eb;
/* SwiftUI */
Color(red: 0.855, green: 0.722, blue: 0.922)
/* Android */
Color.parseColor("#dab8eb")Accessibility — WCAG contrast
Aa
#dab8eb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dab8eb on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green72.2%
Blue92.2%
CMYK percentages
Cyan7.2%
Magenta21.7%
Yellow0.0%
Key (black)7.8%
Color previews
#dab8eb text on a black background
contrast 12.04:1
Card sample
#dab8eb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dab8eb;
Background color
Panel with #dab8eb background
background-color: #dab8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dab8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 184, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 184, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dab8eb; background: linear-gradient(135deg, #dab8eb, #EBB8DA);