#d00eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
208, 14, 238
HSL
292°, 89%, 49%
CMYK
13, 94, 0, 7
Luminance
0.1990
Every format
| HEX | #d00eee |
| RGB | rgb(208, 14, 238) |
| HSL | hsl(292, 89%, 49%) |
| CMYK | cmyk(13%, 94%, 0%, 7%) |
| LAB | lab(51.7 87.7 -65.6) |
| LCH | lch(51.7 109.5 323.2) |
| OKLCH | oklch(0.624 0.293 321.0) |
Copy-ready code
/* CSS */
color: #d00eee;
background-color: #d00eee;
/* Tailwind (arbitrary) */
class="text-[#d00eee] bg-[#d00eee]"
/* SCSS */
$brand: #d00eee;
/* SwiftUI */
Color(red: 0.816, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#d00eee")Accessibility — WCAG contrast
Aa
#d00eee on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d00eee on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green5.5%
Blue93.3%
CMYK percentages
Cyan12.6%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#d00eee text on a black background
contrast 4.98:1
Card sample
#d00eee text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d00eee;
Background color
Panel with #d00eee background
background-color: #d00eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d00eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d00eee; background: linear-gradient(135deg, #d00eee, #EE0E77);