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