#fd70ec
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 112, 236
HSL
307°, 97%, 72%
CMYK
0, 56, 7, 1
Luminance
0.3853
Every format
| HEX | #fd70ec |
| RGB | rgb(253, 112, 236) |
| HSL | hsl(307, 97%, 72%) |
| CMYK | cmyk(0%, 56%, 7%, 1%) |
| LAB | lab(68.4 68.5 -37.6) |
| LCH | lch(68.4 78.1 331.3) |
| OKLCH | oklch(0.756 0.221 332.4) |
Copy-ready code
/* CSS */
color: #fd70ec;
background-color: #fd70ec;
/* Tailwind (arbitrary) */
class="text-[#fd70ec] bg-[#fd70ec]"
/* SCSS */
$brand: #fd70ec;
/* SwiftUI */
Color(red: 0.992, green: 0.439, blue: 0.925)
/* Android */
Color.parseColor("#fd70ec")Accessibility — WCAG contrast
Aa
#fd70ec on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd70ec on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow6.7%
Key (black)0.8%
Color previews
#fd70ec text on a black background
contrast 8.71:1
Card sample
#fd70ec text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd70ec;
Background color
Panel with #fd70ec background
background-color: #fd70ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd70ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 112, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 112, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd70ec; background: linear-gradient(135deg, #fd70ec, #FD708E);