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