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