#fc74eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 116, 235
HSL
308°, 96%, 72%
CMYK
0, 54, 7, 1
Luminance
0.3918
Every format
| HEX | #fc74eb |
| RGB | rgb(252, 116, 235) |
| HSL | hsl(308, 96%, 72%) |
| CMYK | cmyk(0%, 54%, 7%, 1%) |
| LAB | lab(68.9 66.3 -36.3) |
| LCH | lch(68.9 75.6 331.3) |
| OKLCH | oklch(0.759 0.214 332.5) |
Copy-ready code
/* CSS */
color: #fc74eb;
background-color: #fc74eb;
/* Tailwind (arbitrary) */
class="text-[#fc74eb] bg-[#fc74eb]"
/* SCSS */
$brand: #fc74eb;
/* SwiftUI */
Color(red: 0.988, green: 0.455, blue: 0.922)
/* Android */
Color.parseColor("#fc74eb")Accessibility — WCAG contrast
Aa
#fc74eb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc74eb on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green45.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta54.0%
Yellow6.7%
Key (black)1.2%
Color previews
#fc74eb text on a black background
contrast 8.84:1
Card sample
#fc74eb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc74eb;
Background color
Panel with #fc74eb background
background-color: #fc74eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc74eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 116, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 116, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc74eb; background: linear-gradient(135deg, #fc74eb, #FC7490);