#d02eb5
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
208, 46, 181
HSL
310°, 64%, 50%
CMYK
0, 78, 13, 18
Luminance
0.1870
Every format
| HEX | #d02eb5 |
| RGB | rgb(208, 46, 181) |
| HSL | hsl(310, 64%, 50%) |
| CMYK | cmyk(0%, 78%, 13%, 18%) |
| LAB | lab(50.3 73.6 -35.1) |
| LCH | lch(50.3 81.5 334.5) |
| OKLCH | oklch(0.603 0.236 336.1) |
Copy-ready code
/* CSS */
color: #d02eb5;
background-color: #d02eb5;
/* Tailwind (arbitrary) */
class="text-[#d02eb5] bg-[#d02eb5]"
/* SCSS */
$brand: #d02eb5;
/* SwiftUI */
Color(red: 0.816, green: 0.180, blue: 0.710)
/* Android */
Color.parseColor("#d02eb5")Accessibility — WCAG contrast
Aa
#d02eb5 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d02eb5 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green18.0%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow13.0%
Key (black)18.4%
Color previews
#d02eb5 text on a black background
contrast 4.74:1
Card sample
#d02eb5 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d02eb5;
Background color
Panel with #d02eb5 background
background-color: #d02eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d02eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 46, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 46, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d02eb5; background: linear-gradient(135deg, #d02eb5, #D02E49);