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