#d378eb
a light, vivid violet · warm · closest name: violet
RGB
211, 120, 235
HSL
288°, 74%, 70%
CMYK
10, 49, 0, 8
Luminance
0.3328
Every format
| HEX | #d378eb |
| RGB | rgb(211, 120, 235) |
| HSL | hsl(288, 74%, 70%) |
| CMYK | cmyk(10%, 49%, 0%, 8%) |
| LAB | lab(64.4 53.3 -43.7) |
| LCH | lch(64.4 68.9 320.6) |
| OKLCH | oklch(0.715 0.184 319.0) |
Copy-ready code
/* CSS */
color: #d378eb;
background-color: #d378eb;
/* Tailwind (arbitrary) */
class="text-[#d378eb] bg-[#d378eb]"
/* SCSS */
$brand: #d378eb;
/* SwiftUI */
Color(red: 0.827, green: 0.471, blue: 0.922)
/* Android */
Color.parseColor("#d378eb")Accessibility — WCAG contrast
Aa
#d378eb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d378eb on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green47.1%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta48.9%
Yellow0.0%
Key (black)7.8%
Color previews
#d378eb text on a black background
contrast 7.66:1
Card sample
#d378eb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d378eb;
Background color
Panel with #d378eb background
background-color: #d378eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d378eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 120, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 120, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d378eb; background: linear-gradient(135deg, #d378eb, #EB78B6);