#d239eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
210, 57, 235
HSL
292°, 82%, 57%
CMYK
11, 76, 0, 8
Luminance
0.2263
Every format
| HEX | #d239eb |
| RGB | rgb(210, 57, 235) |
| HSL | hsl(292, 82%, 57%) |
| CMYK | cmyk(11%, 76%, 0%, 8%) |
| LAB | lab(54.7 79.3 -59.1) |
| LCH | lch(54.7 98.9 323.3) |
| OKLCH | oklch(0.644 0.266 321.5) |
Copy-ready code
/* CSS */
color: #d239eb;
background-color: #d239eb;
/* Tailwind (arbitrary) */
class="text-[#d239eb] bg-[#d239eb]"
/* SCSS */
$brand: #d239eb;
/* SwiftUI */
Color(red: 0.824, green: 0.224, blue: 0.922)
/* Android */
Color.parseColor("#d239eb")Accessibility — WCAG contrast
Aa
#d239eb on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d239eb on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green22.4%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta75.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d239eb text on a black background
contrast 5.53:1
Card sample
#d239eb text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d239eb;
Background color
Panel with #d239eb background
background-color: #d239eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d239eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 57, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 57, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d239eb; background: linear-gradient(135deg, #d239eb, #EB398D);