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