#dabdf9
a pale, electric violet · warm · closest name: plum
RGB
218, 189, 249
HSL
269°, 83%, 86%
CMYK
12, 24, 0, 2
Luminance
0.5814
Every format
| HEX | #dabdf9 |
| RGB | rgb(218, 189, 249) |
| HSL | hsl(269, 83%, 86%) |
| CMYK | cmyk(12%, 24%, 0%, 2%) |
| LAB | lab(80.8 21.4 -25.8) |
| LCH | lch(80.8 33.5 309.7) |
| OKLCH | oklch(0.843 0.088 306.6) |
Copy-ready code
/* CSS */
color: #dabdf9;
background-color: #dabdf9;
/* Tailwind (arbitrary) */
class="text-[#dabdf9] bg-[#dabdf9]"
/* SCSS */
$brand: #dabdf9;
/* SwiftUI */
Color(red: 0.855, green: 0.741, blue: 0.976)
/* Android */
Color.parseColor("#dabdf9")Accessibility — WCAG contrast
Aa
#dabdf9 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabdf9 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green74.1%
Blue97.6%
CMYK percentages
Cyan12.4%
Magenta24.1%
Yellow0.0%
Key (black)2.4%
Color previews
#dabdf9 text on a black background
contrast 12.63:1
Card sample
#dabdf9 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabdf9;
Background color
Panel with #dabdf9 background
background-color: #dabdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 189, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 189, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabdf9; background: linear-gradient(135deg, #dabdf9, #F9BDF0);