#d02ecf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
208, 46, 207
HSL
300°, 64%, 50%
CMYK
0, 78, 1, 18
Luminance
0.1987
Every format
| HEX | #d02ecf |
| RGB | rgb(208, 46, 207) |
| HSL | hsl(300, 64%, 50%) |
| CMYK | cmyk(0%, 78%, 1%, 18%) |
| LAB | lab(51.7 77.4 -48.0) |
| LCH | lch(51.7 91.1 328.2) |
| OKLCH | oklch(0.617 0.254 328.4) |
Copy-ready code
/* CSS */
color: #d02ecf;
background-color: #d02ecf;
/* Tailwind (arbitrary) */
class="text-[#d02ecf] bg-[#d02ecf]"
/* SCSS */
$brand: #d02ecf;
/* SwiftUI */
Color(red: 0.816, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#d02ecf")Accessibility — WCAG contrast
Aa
#d02ecf on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d02ecf on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green18.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow0.5%
Key (black)18.4%
Color previews
#d02ecf text on a black background
contrast 4.97:1
Card sample
#d02ecf text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d02ecf;
Background color
Panel with #d02ecf background
background-color: #d02ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d02ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d02ecf; background: linear-gradient(135deg, #d02ecf, #D02E63);