#d372eb
a light, electric violet · warm · closest name: violet
RGB
211, 114, 235
HSL
288°, 75%, 68%
CMYK
10, 52, 0, 8
Luminance
0.3188
Every format
| HEX | #d372eb |
| RGB | rgb(211, 114, 235) |
| HSL | hsl(288, 75%, 68%) |
| CMYK | cmyk(10%, 52%, 0%, 8%) |
| LAB | lab(63.3 56.3 -45.5) |
| LCH | lch(63.3 72.3 321.0) |
| OKLCH | oklch(0.707 0.194 319.4) |
Copy-ready code
/* CSS */
color: #d372eb;
background-color: #d372eb;
/* Tailwind (arbitrary) */
class="text-[#d372eb] bg-[#d372eb]"
/* SCSS */
$brand: #d372eb;
/* SwiftUI */
Color(red: 0.827, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#d372eb")Accessibility — WCAG contrast
Aa
#d372eb on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d372eb on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green44.7%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#d372eb text on a black background
contrast 7.38:1
Card sample
#d372eb text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d372eb;
Background color
Panel with #d372eb background
background-color: #d372eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d372eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d372eb; background: linear-gradient(135deg, #d372eb, #EB72B2);