#d89afb
a light, electric violet · warm · closest name: violet
RGB
216, 154, 251
HSL
278°, 92%, 79%
CMYK
14, 39, 0, 2
Luminance
0.4468
Every format
| HEX | #d89afb |
| RGB | rgb(216, 154, 251) |
| HSL | hsl(278, 92%, 79%) |
| CMYK | cmyk(14%, 39%, 0%, 2%) |
| LAB | lab(72.7 40.1 -39.5) |
| LCH | lch(72.7 56.3 315.5) |
| OKLCH | oklch(0.781 0.148 312.6) |
Copy-ready code
/* CSS */
color: #d89afb;
background-color: #d89afb;
/* Tailwind (arbitrary) */
class="text-[#d89afb] bg-[#d89afb]"
/* SCSS */
$brand: #d89afb;
/* SwiftUI */
Color(red: 0.847, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#d89afb")Accessibility — WCAG contrast
Aa
#d89afb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d89afb on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green60.4%
Blue98.4%
CMYK percentages
Cyan13.9%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#d89afb text on a black background
contrast 9.94:1
Card sample
#d89afb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d89afb;
Background color
Panel with #d89afb background
background-color: #d89afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d89afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d89afb; background: linear-gradient(135deg, #d89afb, #FB9ADD);