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