#dabafe
a pale, electric violet · warm · closest name: plum
RGB
218, 186, 254
HSL
268°, 97%, 86%
CMYK
14, 27, 0, 0
Luminance
0.5718
Every format
| HEX | #dabafe |
| RGB | rgb(218, 186, 254) |
| HSL | hsl(268, 97%, 86%) |
| CMYK | cmyk(14%, 27%, 0%, 0%) |
| LAB | lab(80.3 24.1 -29.3) |
| LCH | lch(80.3 37.9 309.4) |
| OKLCH | oklch(0.839 0.099 305.8) |
Copy-ready code
/* CSS */
color: #dabafe;
background-color: #dabafe;
/* Tailwind (arbitrary) */
class="text-[#dabafe] bg-[#dabafe]"
/* SCSS */
$brand: #dabafe;
/* SwiftUI */
Color(red: 0.855, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#dabafe")Accessibility — WCAG contrast
Aa
#dabafe on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabafe on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green72.9%
Blue99.6%
CMYK percentages
Cyan14.2%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#dabafe text on a black background
contrast 12.44:1
Card sample
#dabafe text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabafe;
Background color
Panel with #dabafe background
background-color: #dabafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabafe; background: linear-gradient(135deg, #dabafe, #FEBAF5);