#dabdf7
a pale, electric violet · warm · closest name: plum
RGB
218, 189, 247
HSL
270°, 78%, 86%
CMYK
12, 24, 0, 3
Luminance
0.5802
Every format
| HEX | #dabdf7 |
| RGB | rgb(218, 189, 247) |
| HSL | hsl(270, 78%, 86%) |
| CMYK | cmyk(12%, 24%, 0%, 3%) |
| LAB | lab(80.8 21.0 -24.9) |
| LCH | lch(80.8 32.5 310.2) |
| OKLCH | oklch(0.842 0.085 307.3) |
Copy-ready code
/* CSS */
color: #dabdf7;
background-color: #dabdf7;
/* Tailwind (arbitrary) */
class="text-[#dabdf7] bg-[#dabdf7]"
/* SCSS */
$brand: #dabdf7;
/* SwiftUI */
Color(red: 0.855, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#dabdf7")Accessibility — WCAG contrast
Aa
#dabdf7 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabdf7 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green74.1%
Blue96.9%
CMYK percentages
Cyan11.7%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#dabdf7 text on a black background
contrast 12.60:1
Card sample
#dabdf7 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabdf7;
Background color
Panel with #dabdf7 background
background-color: #dabdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabdf7; background: linear-gradient(135deg, #dabdf7, #F7BDED);