#d02fd0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
208, 47, 208
HSL
300°, 63%, 50%
CMYK
0, 77, 0, 18
Luminance
0.2000
Every format
| HEX | #d02fd0 |
| RGB | rgb(208, 47, 208) |
| HSL | hsl(300, 63%, 50%) |
| CMYK | cmyk(0%, 77%, 0%, 18%) |
| LAB | lab(51.8 77.3 -48.4) |
| LCH | lch(51.8 91.2 328.0) |
| OKLCH | oklch(0.619 0.254 328.1) |
Copy-ready code
/* CSS */
color: #d02fd0;
background-color: #d02fd0;
/* Tailwind (arbitrary) */
class="text-[#d02fd0] bg-[#d02fd0]"
/* SCSS */
$brand: #d02fd0;
/* SwiftUI */
Color(red: 0.816, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#d02fd0")Accessibility — WCAG contrast
Aa
#d02fd0 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d02fd0 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green18.4%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow0.0%
Key (black)18.4%
Color previews
#d02fd0 text on a black background
contrast 5.00:1
Card sample
#d02fd0 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d02fd0;
Background color
Panel with #d02fd0 background
background-color: #d02fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d02fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d02fd0; background: linear-gradient(135deg, #d02fd0, #D02F65);