#dabdfe
a pale, electric violet · warm · closest name: plum
RGB
218, 189, 254
HSL
267°, 97%, 87%
CMYK
14, 26, 0, 0
Luminance
0.5846
Every format
| HEX | #dabdfe |
| RGB | rgb(218, 189, 254) |
| HSL | hsl(267, 97%, 87%) |
| CMYK | cmyk(14%, 26%, 0%, 0%) |
| LAB | lab(81.0 22.4 -28.2) |
| LCH | lch(81.0 36.0 308.5) |
| OKLCH | oklch(0.845 0.094 304.8) |
Copy-ready code
/* CSS */
color: #dabdfe;
background-color: #dabdfe;
/* Tailwind (arbitrary) */
class="text-[#dabdfe] bg-[#dabdfe]"
/* SCSS */
$brand: #dabdfe;
/* SwiftUI */
Color(red: 0.855, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#dabdfe")Accessibility — WCAG contrast
Aa
#dabdfe on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabdfe on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green74.1%
Blue99.6%
CMYK percentages
Cyan14.2%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#dabdfe text on a black background
contrast 12.69:1
Card sample
#dabdfe text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabdfe;
Background color
Panel with #dabdfe background
background-color: #dabdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabdfe; background: linear-gradient(135deg, #dabdfe, #FEBDF7);