#d375eb
a light, vivid violet · warm · closest name: violet
RGB
211, 117, 235
HSL
288°, 75%, 69%
CMYK
10, 50, 0, 8
Luminance
0.3257
Every format
| HEX | #d375eb |
| RGB | rgb(211, 117, 235) |
| HSL | hsl(288, 75%, 69%) |
| CMYK | cmyk(10%, 50%, 0%, 8%) |
| LAB | lab(63.8 54.8 -44.6) |
| LCH | lch(63.8 70.6 320.8) |
| OKLCH | oklch(0.711 0.189 319.2) |
Copy-ready code
/* CSS */
color: #d375eb;
background-color: #d375eb;
/* Tailwind (arbitrary) */
class="text-[#d375eb] bg-[#d375eb]"
/* SCSS */
$brand: #d375eb;
/* SwiftUI */
Color(red: 0.827, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#d375eb")Accessibility — WCAG contrast
Aa
#d375eb on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d375eb on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green45.9%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d375eb text on a black background
contrast 7.51:1
Card sample
#d375eb text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d375eb;
Background color
Panel with #d375eb background
background-color: #d375eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d375eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d375eb; background: linear-gradient(135deg, #d375eb, #EB75B4);