#d372fd
a light, electric violet · warm · closest name: violet
RGB
211, 114, 253
HSL
282°, 97%, 72%
CMYK
17, 55, 0, 1
Luminance
0.3298
Every format
| HEX | #d372fd |
| RGB | rgb(211, 114, 253) |
| HSL | hsl(282, 97%, 72%) |
| CMYK | cmyk(17%, 55%, 0%, 1%) |
| LAB | lab(64.1 59.8 -54.0) |
| LCH | lch(64.1 80.6 317.9) |
| OKLCH | oklch(0.716 0.212 314.6) |
Copy-ready code
/* CSS */
color: #d372fd;
background-color: #d372fd;
/* Tailwind (arbitrary) */
class="text-[#d372fd] bg-[#d372fd]"
/* SCSS */
$brand: #d372fd;
/* SwiftUI */
Color(red: 0.827, green: 0.447, blue: 0.992)
/* Android */
Color.parseColor("#d372fd")Accessibility — WCAG contrast
Aa
#d372fd on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d372fd on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green44.7%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta54.9%
Yellow0.0%
Key (black)0.8%
Color previews
#d372fd text on a black background
contrast 7.60:1
Card sample
#d372fd text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d372fd;
Background color
Panel with #d372fd background
background-color: #d372fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d372fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 114, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 114, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d372fd; background: linear-gradient(135deg, #d372fd, #FD72CA);