#fc74fd
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 116, 253
HSL
300°, 97%, 72%
CMYK
0, 54, 0, 1
Luminance
0.4028
Every format
| HEX | #fc74fd |
| RGB | rgb(252, 116, 253) |
| HSL | hsl(300, 97%, 72%) |
| CMYK | cmyk(0%, 54%, 0%, 1%) |
| LAB | lab(69.7 69.3 -44.9) |
| LCH | lch(69.7 82.5 327.0) |
| OKLCH | oklch(0.768 0.229 327.2) |
Copy-ready code
/* CSS */
color: #fc74fd;
background-color: #fc74fd;
/* Tailwind (arbitrary) */
class="text-[#fc74fd] bg-[#fc74fd]"
/* SCSS */
$brand: #fc74fd;
/* SwiftUI */
Color(red: 0.988, green: 0.455, blue: 0.992)
/* Android */
Color.parseColor("#fc74fd")Accessibility — WCAG contrast
Aa
#fc74fd on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc74fd on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green45.5%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta54.2%
Yellow0.0%
Key (black)0.8%
Color previews
#fc74fd text on a black background
contrast 9.06:1
Card sample
#fc74fd text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc74fd;
Background color
Panel with #fc74fd background
background-color: #fc74fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc74fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 116, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 116, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc74fd; background: linear-gradient(135deg, #fc74fd, #FD74A3);