#fd70fc
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 112, 252
HSL
300°, 97%, 72%
CMYK
0, 56, 0, 1
Luminance
0.3950
Every format
| HEX | #fd70fc |
| RGB | rgb(253, 112, 252) |
| HSL | hsl(300, 97%, 72%) |
| CMYK | cmyk(0%, 56%, 0%, 1%) |
| LAB | lab(69.1 71.1 -45.3) |
| LCH | lch(69.1 84.3 327.5) |
| OKLCH | oklch(0.764 0.234 327.8) |
Copy-ready code
/* CSS */
color: #fd70fc;
background-color: #fd70fc;
/* Tailwind (arbitrary) */
class="text-[#fd70fc] bg-[#fd70fc]"
/* SCSS */
$brand: #fd70fc;
/* SwiftUI */
Color(red: 0.992, green: 0.439, blue: 0.988)
/* Android */
Color.parseColor("#fd70fc")Accessibility — WCAG contrast
Aa
#fd70fc on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd70fc on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.9%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow0.4%
Key (black)0.8%
Color previews
#fd70fc text on a black background
contrast 8.90:1
Card sample
#fd70fc text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd70fc;
Background color
Panel with #fd70fc background
background-color: #fd70fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd70fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 112, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 112, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd70fc; background: linear-gradient(135deg, #fd70fc, #FD709E);