#d596fd
a light, electric violet · warm · closest name: violet
RGB
213, 150, 253
HSL
277°, 96%, 79%
CMYK
16, 41, 0, 1
Luminance
0.4305
Every format
| HEX | #d596fd |
| RGB | rgb(213, 150, 253) |
| HSL | hsl(277, 96%, 79%) |
| CMYK | cmyk(16%, 41%, 0%, 1%) |
| LAB | lab(71.6 41.8 -42.3) |
| LCH | lch(71.6 59.5 314.7) |
| OKLCH | oklch(0.772 0.156 311.3) |
Copy-ready code
/* CSS */
color: #d596fd;
background-color: #d596fd;
/* Tailwind (arbitrary) */
class="text-[#d596fd] bg-[#d596fd]"
/* SCSS */
$brand: #d596fd;
/* SwiftUI */
Color(red: 0.835, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#d596fd")Accessibility — WCAG contrast
Aa
#d596fd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d596fd on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green58.8%
Blue99.2%
CMYK percentages
Cyan15.8%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d596fd text on a black background
contrast 9.61:1
Card sample
#d596fd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d596fd;
Background color
Panel with #d596fd background
background-color: #d596fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d596fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d596fd; background: linear-gradient(135deg, #d596fd, #FD96E0);