#d44eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 78, 238
HSL
290°, 83%, 62%
CMYK
11, 67, 0, 7
Luminance
0.2562
Every format
| HEX | #d44eee |
| RGB | rgb(212, 78, 238) |
| HSL | hsl(290, 83%, 62%) |
| CMYK | cmyk(11%, 67%, 0%, 7%) |
| LAB | lab(57.7 73.0 -56.0) |
| LCH | lch(57.7 92.0 322.5) |
| OKLCH | oklch(0.667 0.247 320.7) |
Copy-ready code
/* CSS */
color: #d44eee;
background-color: #d44eee;
/* Tailwind (arbitrary) */
class="text-[#d44eee] bg-[#d44eee]"
/* SCSS */
$brand: #d44eee;
/* SwiftUI */
Color(red: 0.831, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#d44eee")Accessibility — WCAG contrast
Aa
#d44eee on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d44eee on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green30.6%
Blue93.3%
CMYK percentages
Cyan10.9%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#d44eee text on a black background
contrast 6.12:1
Card sample
#d44eee text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d44eee;
Background color
Panel with #d44eee background
background-color: #d44eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d44eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d44eee; background: linear-gradient(135deg, #d44eee, #EE4E9D);