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