#d375fd
a light, electric violet · warm · closest name: violet
RGB
211, 117, 253
HSL
282°, 97%, 73%
CMYK
17, 54, 0, 1
Luminance
0.3366
Every format
| HEX | #d375fd |
| RGB | rgb(211, 117, 253) |
| HSL | hsl(282, 97%, 73%) |
| CMYK | cmyk(17%, 54%, 0%, 1%) |
| LAB | lab(64.7 58.4 -53.1) |
| LCH | lch(64.7 78.9 317.7) |
| OKLCH | oklch(0.720 0.207 314.3) |
Copy-ready code
/* CSS */
color: #d375fd;
background-color: #d375fd;
/* Tailwind (arbitrary) */
class="text-[#d375fd] bg-[#d375fd]"
/* SCSS */
$brand: #d375fd;
/* SwiftUI */
Color(red: 0.827, green: 0.459, blue: 0.992)
/* Android */
Color.parseColor("#d375fd")Accessibility — WCAG contrast
Aa
#d375fd on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d375fd on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green45.9%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta53.8%
Yellow0.0%
Key (black)0.8%
Color previews
#d375fd text on a black background
contrast 7.73:1
Card sample
#d375fd text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d375fd;
Background color
Panel with #d375fd background
background-color: #d375fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d375fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 117, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 117, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d375fd; background: linear-gradient(135deg, #d375fd, #FD75CC);