#d602fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
214, 2, 253
HSL
291°, 98%, 50%
CMYK
15, 99, 0, 1
Luminance
0.2143
Every format
| HEX | #d602fd |
| RGB | rgb(214, 2, 253) |
| HSL | hsl(291, 98%, 50%) |
| CMYK | cmyk(15%, 99%, 0%, 1%) |
| LAB | lab(53.4 91.8 -71.2) |
| LCH | lch(53.4 116.2 322.2) |
| OKLCH | oklch(0.640 0.308 319.3) |
Copy-ready code
/* CSS */
color: #d602fd;
background-color: #d602fd;
/* Tailwind (arbitrary) */
class="text-[#d602fd] bg-[#d602fd]"
/* SCSS */
$brand: #d602fd;
/* SwiftUI */
Color(red: 0.839, green: 0.008, blue: 0.992)
/* Android */
Color.parseColor("#d602fd")Accessibility — WCAG contrast
Aa
#d602fd on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d602fd on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green0.8%
Blue99.2%
CMYK percentages
Cyan15.4%
Magenta99.2%
Yellow0.0%
Key (black)0.8%
Color previews
#d602fd text on a black background
contrast 5.29:1
Card sample
#d602fd text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d602fd;
Background color
Panel with #d602fd background
background-color: #d602fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d602fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 2, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 2, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d602fd; background: linear-gradient(135deg, #d602fd, #FD027D);