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