#d89cfd
a light, electric violet · warm · closest name: violet
RGB
216, 156, 253
HSL
277°, 96%, 80%
CMYK
15, 38, 0, 1
Luminance
0.4547
Every format
| HEX | #d89cfd |
| RGB | rgb(216, 156, 253) |
| HSL | hsl(277, 96%, 80%) |
| CMYK | cmyk(15%, 38%, 0%, 1%) |
| LAB | lab(73.2 39.5 -39.7) |
| LCH | lch(73.2 56.0 314.8) |
| OKLCH | oklch(0.785 0.147 311.7) |
Copy-ready code
/* CSS */
color: #d89cfd;
background-color: #d89cfd;
/* Tailwind (arbitrary) */
class="text-[#d89cfd] bg-[#d89cfd]"
/* SCSS */
$brand: #d89cfd;
/* SwiftUI */
Color(red: 0.847, green: 0.612, blue: 0.992)
/* Android */
Color.parseColor("#d89cfd")Accessibility — WCAG contrast
Aa
#d89cfd on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d89cfd on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green61.2%
Blue99.2%
CMYK percentages
Cyan14.6%
Magenta38.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d89cfd text on a black background
contrast 10.09:1
Card sample
#d89cfd text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d89cfd;
Background color
Panel with #d89cfd background
background-color: #d89cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d89cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 156, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 156, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d89cfd; background: linear-gradient(135deg, #d89cfd, #FD9CE1);