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