#d43cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
212, 60, 239
HSL
291°, 85%, 59%
CMYK
11, 75, 0, 6
Luminance
0.2346
Every format
| HEX | #d43cef |
| RGB | rgb(212, 60, 239) |
| HSL | hsl(291, 85%, 59%) |
| CMYK | cmyk(11%, 75%, 0%, 6%) |
| LAB | lab(55.5 79.4 -60.0) |
| LCH | lch(55.5 99.5 322.9) |
| OKLCH | oklch(0.652 0.267 321.0) |
Copy-ready code
/* CSS */
color: #d43cef;
background-color: #d43cef;
/* Tailwind (arbitrary) */
class="text-[#d43cef] bg-[#d43cef]"
/* SCSS */
$brand: #d43cef;
/* SwiftUI */
Color(red: 0.831, green: 0.235, blue: 0.937)
/* Android */
Color.parseColor("#d43cef")Accessibility — WCAG contrast
Aa
#d43cef on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d43cef on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green23.5%
Blue93.7%
CMYK percentages
Cyan11.3%
Magenta74.9%
Yellow0.0%
Key (black)6.3%
Color previews
#d43cef text on a black background
contrast 5.69:1
Card sample
#d43cef text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d43cef;
Background color
Panel with #d43cef background
background-color: #d43cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d43cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 60, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 60, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d43cef; background: linear-gradient(135deg, #d43cef, #EF3C93);