#d42eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
212, 46, 176
HSL
313°, 66%, 51%
CMYK
0, 78, 17, 17
Luminance
0.1909
Every format
| HEX | #d42eb0 |
| RGB | rgb(212, 46, 176) |
| HSL | hsl(313, 66%, 51%) |
| CMYK | cmyk(0%, 78%, 17%, 17%) |
| LAB | lab(50.8 73.8 -31.4) |
| LCH | lch(50.8 80.2 336.9) |
| OKLCH | oklch(0.607 0.235 338.8) |
Copy-ready code
/* CSS */
color: #d42eb0;
background-color: #d42eb0;
/* Tailwind (arbitrary) */
class="text-[#d42eb0] bg-[#d42eb0]"
/* SCSS */
$brand: #d42eb0;
/* SwiftUI */
Color(red: 0.831, green: 0.180, blue: 0.690)
/* Android */
Color.parseColor("#d42eb0")Accessibility — WCAG contrast
Aa
#d42eb0 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d42eb0 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green18.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow17.0%
Key (black)16.9%
Color previews
#d42eb0 text on a black background
contrast 4.82:1
Card sample
#d42eb0 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d42eb0;
Background color
Panel with #d42eb0 background
background-color: #d42eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d42eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 46, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 46, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d42eb0; background: linear-gradient(135deg, #d42eb0, #D42E41);