#fc70eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 112, 235
HSL
307°, 96%, 71%
CMYK
0, 56, 7, 1
Luminance
0.3828
Every format
| HEX | #fc70eb |
| RGB | rgb(252, 112, 235) |
| HSL | hsl(307, 96%, 71%) |
| CMYK | cmyk(0%, 56%, 7%, 1%) |
| LAB | lab(68.2 68.1 -37.3) |
| LCH | lch(68.2 77.6 331.3) |
| OKLCH | oklch(0.754 0.220 332.4) |
Copy-ready code
/* CSS */
color: #fc70eb;
background-color: #fc70eb;
/* Tailwind (arbitrary) */
class="text-[#fc70eb] bg-[#fc70eb]"
/* SCSS */
$brand: #fc70eb;
/* SwiftUI */
Color(red: 0.988, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#fc70eb")Accessibility — WCAG contrast
Aa
#fc70eb on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc70eb on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green43.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow6.7%
Key (black)1.2%
Color previews
#fc70eb text on a black background
contrast 8.66:1
Card sample
#fc70eb text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc70eb;
Background color
Panel with #fc70eb background
background-color: #fc70eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc70eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc70eb; background: linear-gradient(135deg, #fc70eb, #FC708E);