#fc7ae2
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 122, 226
HSL
312°, 96%, 73%
CMYK
0, 52, 10, 1
Luminance
0.4011
Every format
| HEX | #fc7ae2 |
| RGB | rgb(252, 122, 226) |
| HSL | hsl(312, 96%, 73%) |
| CMYK | cmyk(0%, 52%, 10%, 1%) |
| LAB | lab(69.5 62.1 -30.3) |
| LCH | lch(69.5 69.1 334.0) |
| OKLCH | oklch(0.763 0.198 335.6) |
Copy-ready code
/* CSS */
color: #fc7ae2;
background-color: #fc7ae2;
/* Tailwind (arbitrary) */
class="text-[#fc7ae2] bg-[#fc7ae2]"
/* SCSS */
$brand: #fc7ae2;
/* SwiftUI */
Color(red: 0.988, green: 0.478, blue: 0.886)
/* Android */
Color.parseColor("#fc7ae2")Accessibility — WCAG contrast
Aa
#fc7ae2 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7ae2 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green47.8%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow10.3%
Key (black)1.2%
Color previews
#fc7ae2 text on a black background
contrast 9.02:1
Card sample
#fc7ae2 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7ae2;
Background color
Panel with #fc7ae2 background
background-color: #fc7ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 122, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 122, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7ae2; background: linear-gradient(135deg, #fc7ae2, #FC7A8B);