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