#d02cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
208, 44, 239
HSL
291°, 86%, 56%
CMYK
13, 82, 0, 6
Luminance
0.2144
Every format
| HEX | #d02cef |
| RGB | rgb(208, 44, 239) |
| HSL | hsl(291, 86%, 56%) |
| CMYK | cmyk(13%, 82%, 0%, 6%) |
| LAB | lab(53.4 83.0 -63.4) |
| LCH | lch(53.4 104.5 322.6) |
| OKLCH | oklch(0.636 0.279 320.4) |
Copy-ready code
/* CSS */
color: #d02cef;
background-color: #d02cef;
/* Tailwind (arbitrary) */
class="text-[#d02cef] bg-[#d02cef]"
/* SCSS */
$brand: #d02cef;
/* SwiftUI */
Color(red: 0.816, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#d02cef")Accessibility — WCAG contrast
Aa
#d02cef on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d02cef on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green17.3%
Blue93.7%
CMYK percentages
Cyan13.0%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#d02cef text on a black background
contrast 5.29:1
Card sample
#d02cef text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d02cef;
Background color
Panel with #d02cef background
background-color: #d02cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d02cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d02cef; background: linear-gradient(135deg, #d02cef, #EF2C8C);