#d370eb
a light, electric violet · warm · closest name: violet
RGB
211, 112, 235
HSL
288°, 76%, 68%
CMYK
10, 52, 0, 8
Luminance
0.3144
Every format
| HEX | #d370eb |
| RGB | rgb(211, 112, 235) |
| HSL | hsl(288, 76%, 68%) |
| CMYK | cmyk(10%, 52%, 0%, 8%) |
| LAB | lab(62.9 57.2 -46.1) |
| LCH | lch(62.9 73.5 321.2) |
| OKLCH | oklch(0.704 0.197 319.5) |
Copy-ready code
/* CSS */
color: #d370eb;
background-color: #d370eb;
/* Tailwind (arbitrary) */
class="text-[#d370eb] bg-[#d370eb]"
/* SCSS */
$brand: #d370eb;
/* SwiftUI */
Color(red: 0.827, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#d370eb")Accessibility — WCAG contrast
Aa
#d370eb on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d370eb on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green43.9%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d370eb text on a black background
contrast 7.29:1
Card sample
#d370eb text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d370eb;
Background color
Panel with #d370eb background
background-color: #d370eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d370eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d370eb; background: linear-gradient(135deg, #d370eb, #EB70B1);