#d02fd2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
208, 47, 210
HSL
299°, 64%, 50%
CMYK
1, 78, 0, 18
Luminance
0.2010
Every format
| HEX | #d02fd2 |
| RGB | rgb(208, 47, 210) |
| HSL | hsl(299, 64%, 50%) |
| CMYK | cmyk(1%, 78%, 0%, 18%) |
| LAB | lab(52.0 77.6 -49.3) |
| LCH | lch(52.0 91.9 327.5) |
| OKLCH | oklch(0.620 0.256 327.6) |
Copy-ready code
/* CSS */
color: #d02fd2;
background-color: #d02fd2;
/* Tailwind (arbitrary) */
class="text-[#d02fd2] bg-[#d02fd2]"
/* SCSS */
$brand: #d02fd2;
/* SwiftUI */
Color(red: 0.816, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#d02fd2")Accessibility — WCAG contrast
Aa
#d02fd2 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d02fd2 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green18.4%
Blue82.4%
CMYK percentages
Cyan1.0%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#d02fd2 text on a black background
contrast 5.02:1
Card sample
#d02fd2 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d02fd2;
Background color
Panel with #d02fd2 background
background-color: #d02fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d02fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d02fd2; background: linear-gradient(135deg, #d02fd2, #D22F67);