#d33eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
211, 62, 238
HSL
291°, 84%, 59%
CMYK
11, 74, 0, 7
Luminance
0.2347
Every format
| HEX | #d33eee |
| RGB | rgb(211, 62, 238) |
| HSL | hsl(291, 84%, 59%) |
| CMYK | cmyk(11%, 74%, 0%, 7%) |
| LAB | lab(55.5 78.4 -59.4) |
| LCH | lch(55.5 98.4 322.9) |
| OKLCH | oklch(0.651 0.264 321.0) |
Copy-ready code
/* CSS */
color: #d33eee;
background-color: #d33eee;
/* Tailwind (arbitrary) */
class="text-[#d33eee] bg-[#d33eee]"
/* SCSS */
$brand: #d33eee;
/* SwiftUI */
Color(red: 0.827, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#d33eee")Accessibility — WCAG contrast
Aa
#d33eee on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d33eee on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green24.3%
Blue93.3%
CMYK percentages
Cyan11.3%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#d33eee text on a black background
contrast 5.69:1
Card sample
#d33eee text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d33eee;
Background color
Panel with #d33eee background
background-color: #d33eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d33eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d33eee; background: linear-gradient(135deg, #d33eee, #EE3E94);