#fc7cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 124, 251
HSL
301°, 96%, 74%
CMYK
0, 51, 0, 1
Luminance
0.4208
Every format
| HEX | #fc7cfb |
| RGB | rgb(252, 124, 251) |
| HSL | hsl(301, 96%, 74%) |
| CMYK | cmyk(0%, 51%, 0%, 1%) |
| LAB | lab(70.9 65.3 -41.9) |
| LCH | lch(70.9 77.6 327.3) |
| OKLCH | oklch(0.776 0.215 327.7) |
Copy-ready code
/* CSS */
color: #fc7cfb;
background-color: #fc7cfb;
/* Tailwind (arbitrary) */
class="text-[#fc7cfb] bg-[#fc7cfb]"
/* SCSS */
$brand: #fc7cfb;
/* SwiftUI */
Color(red: 0.988, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#fc7cfb")Accessibility — WCAG contrast
Aa
#fc7cfb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7cfb on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green48.6%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow0.4%
Key (black)1.2%
Color previews
#fc7cfb text on a black background
contrast 9.42:1
Card sample
#fc7cfb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7cfb;
Background color
Panel with #fc7cfb background
background-color: #fc7cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7cfb; background: linear-gradient(135deg, #fc7cfb, #FC7CA6);