#dabafc
a pale, electric violet · warm · closest name: plum
RGB
218, 186, 252
HSL
269°, 92%, 86%
CMYK
14, 26, 0, 1
Luminance
0.5705
Every format
| HEX | #dabafc |
| RGB | rgb(218, 186, 252) |
| HSL | hsl(269, 92%, 86%) |
| CMYK | cmyk(14%, 26%, 0%, 1%) |
| LAB | lab(80.2 23.6 -28.3) |
| LCH | lch(80.2 36.9 309.8) |
| OKLCH | oklch(0.839 0.096 306.5) |
Copy-ready code
/* CSS */
color: #dabafc;
background-color: #dabafc;
/* Tailwind (arbitrary) */
class="text-[#dabafc] bg-[#dabafc]"
/* SCSS */
$brand: #dabafc;
/* SwiftUI */
Color(red: 0.855, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#dabafc")Accessibility — WCAG contrast
Aa
#dabafc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabafc on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green72.9%
Blue98.8%
CMYK percentages
Cyan13.5%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#dabafc text on a black background
contrast 12.41:1
Card sample
#dabafc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabafc;
Background color
Panel with #dabafc background
background-color: #dabafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabafc; background: linear-gradient(135deg, #dabafc, #FCBAF2);