#d378fd
a light, electric violet · warm · closest name: violet
RGB
211, 120, 253
HSL
281°, 97%, 73%
CMYK
17, 53, 0, 1
Luminance
0.3437
Every format
| HEX | #d378fd |
| RGB | rgb(211, 120, 253) |
| HSL | hsl(281, 97%, 73%) |
| CMYK | cmyk(17%, 53%, 0%, 1%) |
| LAB | lab(65.3 56.9 -52.2) |
| LCH | lch(65.3 77.2 317.4) |
| OKLCH | oklch(0.724 0.203 314.0) |
Copy-ready code
/* CSS */
color: #d378fd;
background-color: #d378fd;
/* Tailwind (arbitrary) */
class="text-[#d378fd] bg-[#d378fd]"
/* SCSS */
$brand: #d378fd;
/* SwiftUI */
Color(red: 0.827, green: 0.471, blue: 0.992)
/* Android */
Color.parseColor("#d378fd")Accessibility — WCAG contrast
Aa
#d378fd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d378fd on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green47.1%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta52.6%
Yellow0.0%
Key (black)0.8%
Color previews
#d378fd text on a black background
contrast 7.87:1
Card sample
#d378fd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d378fd;
Background color
Panel with #d378fd background
background-color: #d378fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d378fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 120, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 120, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d378fd; background: linear-gradient(135deg, #d378fd, #FD78CE);