#d337eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
211, 55, 235
HSL
292°, 82%, 57%
CMYK
10, 77, 0, 8
Luminance
0.2258
Every format
| HEX | #d337eb |
| RGB | rgb(211, 55, 235) |
| HSL | hsl(292, 82%, 57%) |
| CMYK | cmyk(10%, 77%, 0%, 8%) |
| LAB | lab(54.6 80.0 -59.2) |
| LCH | lch(54.6 99.5 323.5) |
| OKLCH | oklch(0.644 0.268 321.9) |
Copy-ready code
/* CSS */
color: #d337eb;
background-color: #d337eb;
/* Tailwind (arbitrary) */
class="text-[#d337eb] bg-[#d337eb]"
/* SCSS */
$brand: #d337eb;
/* SwiftUI */
Color(red: 0.827, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#d337eb")Accessibility — WCAG contrast
Aa
#d337eb on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d337eb on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green21.6%
Blue92.2%
CMYK percentages
Cyan10.2%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#d337eb text on a black background
contrast 5.52:1
Card sample
#d337eb text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d337eb;
Background color
Panel with #d337eb background
background-color: #d337eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d337eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d337eb; background: linear-gradient(135deg, #d337eb, #EB378B);