#d397fd
a light, electric violet · warm · closest name: violet
RGB
211, 151, 253
HSL
275°, 96%, 79%
CMYK
17, 40, 0, 1
Luminance
0.4307
Every format
| HEX | #d397fd |
| RGB | rgb(211, 151, 253) |
| HSL | hsl(275, 96%, 79%) |
| CMYK | cmyk(17%, 40%, 0%, 1%) |
| LAB | lab(71.6 40.7 -42.3) |
| LCH | lch(71.6 58.7 313.9) |
| OKLCH | oklch(0.772 0.153 310.3) |
Copy-ready code
/* CSS */
color: #d397fd;
background-color: #d397fd;
/* Tailwind (arbitrary) */
class="text-[#d397fd] bg-[#d397fd]"
/* SCSS */
$brand: #d397fd;
/* SwiftUI */
Color(red: 0.827, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#d397fd")Accessibility — WCAG contrast
Aa
#d397fd on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d397fd on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green59.2%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#d397fd text on a black background
contrast 9.61:1
Card sample
#d397fd text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d397fd;
Background color
Panel with #d397fd background
background-color: #d397fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d397fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d397fd; background: linear-gradient(135deg, #d397fd, #FD97E3);