#fc7aef
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 122, 239
HSL
306°, 96%, 73%
CMYK
0, 52, 5, 1
Luminance
0.4085
Every format
| HEX | #fc7aef |
| RGB | rgb(252, 122, 239) |
| HSL | hsl(306, 96%, 73%) |
| CMYK | cmyk(0%, 52%, 5%, 1%) |
| LAB | lab(70.1 64.2 -36.6) |
| LCH | lch(70.1 73.9 330.3) |
| OKLCH | oklch(0.768 0.208 331.3) |
Copy-ready code
/* CSS */
color: #fc7aef;
background-color: #fc7aef;
/* Tailwind (arbitrary) */
class="text-[#fc7aef] bg-[#fc7aef]"
/* SCSS */
$brand: #fc7aef;
/* SwiftUI */
Color(red: 0.988, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#fc7aef")Accessibility — WCAG contrast
Aa
#fc7aef on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7aef on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green47.8%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow5.2%
Key (black)1.2%
Color previews
#fc7aef text on a black background
contrast 9.17:1
Card sample
#fc7aef text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7aef;
Background color
Panel with #fc7aef background
background-color: #fc7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7aef; background: linear-gradient(135deg, #fc7aef, #FC7A98);