#d593fd
a light, electric violet · warm · closest name: violet
RGB
213, 147, 253
HSL
277°, 96%, 78%
CMYK
16, 42, 0, 1
Luminance
0.4211
Every format
| HEX | #d593fd |
| RGB | rgb(213, 147, 253) |
| HSL | hsl(277, 96%, 78%) |
| CMYK | cmyk(16%, 42%, 0%, 1%) |
| LAB | lab(70.9 43.4 -43.3) |
| LCH | lch(70.9 61.3 315.1) |
| OKLCH | oklch(0.767 0.161 311.7) |
Copy-ready code
/* CSS */
color: #d593fd;
background-color: #d593fd;
/* Tailwind (arbitrary) */
class="text-[#d593fd] bg-[#d593fd]"
/* SCSS */
$brand: #d593fd;
/* SwiftUI */
Color(red: 0.835, green: 0.576, blue: 0.992)
/* Android */
Color.parseColor("#d593fd")Accessibility — WCAG contrast
Aa
#d593fd on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d593fd on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green57.6%
Blue99.2%
CMYK percentages
Cyan15.8%
Magenta41.9%
Yellow0.0%
Key (black)0.8%
Color previews
#d593fd text on a black background
contrast 9.42:1
Card sample
#d593fd text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d593fd;
Background color
Panel with #d593fd background
background-color: #d593fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d593fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 147, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 147, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d593fd; background: linear-gradient(135deg, #d593fd, #FD93DE);