#d02eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
208, 46, 238
HSL
291°, 85%, 56%
CMYK
13, 81, 0, 7
Luminance
0.2154
Every format
| HEX | #d02eee |
| RGB | rgb(208, 46, 238) |
| HSL | hsl(291, 85%, 56%) |
| CMYK | cmyk(13%, 81%, 0%, 7%) |
| LAB | lab(53.5 82.4 -62.7) |
| LCH | lch(53.5 103.5 322.7) |
| OKLCH | oklch(0.636 0.277 320.5) |
Copy-ready code
/* CSS */
color: #d02eee;
background-color: #d02eee;
/* Tailwind (arbitrary) */
class="text-[#d02eee] bg-[#d02eee]"
/* SCSS */
$brand: #d02eee;
/* SwiftUI */
Color(red: 0.816, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#d02eee")Accessibility — WCAG contrast
Aa
#d02eee on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d02eee on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green18.0%
Blue93.3%
CMYK percentages
Cyan12.6%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#d02eee text on a black background
contrast 5.31:1
Card sample
#d02eee text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d02eee;
Background color
Panel with #d02eee background
background-color: #d02eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d02eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d02eee; background: linear-gradient(135deg, #d02eee, #EE2E8C);