#d89df4
a light, electric violet · warm · closest name: plum
RGB
216, 157, 244
HSL
281°, 80%, 79%
CMYK
12, 36, 0, 4
Luminance
0.4524
Every format
| HEX | #d89df4 |
| RGB | rgb(216, 157, 244) |
| HSL | hsl(281, 80%, 79%) |
| CMYK | cmyk(12%, 36%, 0%, 4%) |
| LAB | lab(73.0 37.1 -35.1) |
| LCH | lch(73.0 51.0 316.6) |
| OKLCH | oklch(0.782 0.135 314.4) |
Copy-ready code
/* CSS */
color: #d89df4;
background-color: #d89df4;
/* Tailwind (arbitrary) */
class="text-[#d89df4] bg-[#d89df4]"
/* SCSS */
$brand: #d89df4;
/* SwiftUI */
Color(red: 0.847, green: 0.616, blue: 0.957)
/* Android */
Color.parseColor("#d89df4")Accessibility — WCAG contrast
Aa
#d89df4 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d89df4 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green61.6%
Blue95.7%
CMYK percentages
Cyan11.5%
Magenta35.7%
Yellow0.0%
Key (black)4.3%
Color previews
#d89df4 text on a black background
contrast 10.05:1
Card sample
#d89df4 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d89df4;
Background color
Panel with #d89df4 background
background-color: #d89df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d89df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 157, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 157, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d89df4; background: linear-gradient(135deg, #d89df4, #F49DD6);