#d897fd
a light, electric violet · warm · closest name: violet
RGB
216, 151, 253
HSL
278°, 96%, 79%
CMYK
15, 40, 0, 1
Luminance
0.4382
Every format
| HEX | #d897fd |
| RGB | rgb(216, 151, 253) |
| HSL | hsl(278, 96%, 79%) |
| CMYK | cmyk(15%, 40%, 0%, 1%) |
| LAB | lab(72.1 42.1 -41.4) |
| LCH | lch(72.1 59.1 315.5) |
| OKLCH | oklch(0.777 0.155 312.5) |
Copy-ready code
/* CSS */
color: #d897fd;
background-color: #d897fd;
/* Tailwind (arbitrary) */
class="text-[#d897fd] bg-[#d897fd]"
/* SCSS */
$brand: #d897fd;
/* SwiftUI */
Color(red: 0.847, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#d897fd")Accessibility — WCAG contrast
Aa
#d897fd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d897fd on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green59.2%
Blue99.2%
CMYK percentages
Cyan14.6%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d897fd text on a black background
contrast 9.76:1
Card sample
#d897fd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d897fd;
Background color
Panel with #d897fd background
background-color: #d897fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d897fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d897fd; background: linear-gradient(135deg, #d897fd, #FD97DE);