#dabaf7
a light, electric violet · warm · closest name: plum
RGB
218, 186, 247
HSL
272°, 79%, 85%
CMYK
12, 25, 0, 3
Luminance
0.5674
Every format
| HEX | #dabaf7 |
| RGB | rgb(218, 186, 247) |
| HSL | hsl(272, 79%, 85%) |
| CMYK | cmyk(12%, 25%, 0%, 3%) |
| LAB | lab(80.0 22.6 -25.9) |
| LCH | lch(80.0 34.4 311.1) |
| OKLCH | oklch(0.837 0.090 308.3) |
Copy-ready code
/* CSS */
color: #dabaf7;
background-color: #dabaf7;
/* Tailwind (arbitrary) */
class="text-[#dabaf7] bg-[#dabaf7]"
/* SCSS */
$brand: #dabaf7;
/* SwiftUI */
Color(red: 0.855, green: 0.729, blue: 0.969)
/* Android */
Color.parseColor("#dabaf7")Accessibility — WCAG contrast
Aa
#dabaf7 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabaf7 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green72.9%
Blue96.9%
CMYK percentages
Cyan11.7%
Magenta24.7%
Yellow0.0%
Key (black)3.1%
Color previews
#dabaf7 text on a black background
contrast 12.35:1
Card sample
#dabaf7 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabaf7;
Background color
Panel with #dabaf7 background
background-color: #dabaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 186, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 186, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabaf7; background: linear-gradient(135deg, #dabaf7, #F7BAEB);