#fc7ae7
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 122, 231
HSL
310°, 96%, 73%
CMYK
0, 52, 8, 1
Luminance
0.4038
Every format
| HEX | #fc7ae7 |
| RGB | rgb(252, 122, 231) |
| HSL | hsl(310, 96%, 73%) |
| CMYK | cmyk(0%, 52%, 8%, 1%) |
| LAB | lab(69.8 62.9 -32.7) |
| LCH | lch(69.8 71.0 332.5) |
| OKLCH | oklch(0.765 0.202 333.9) |
Copy-ready code
/* CSS */
color: #fc7ae7;
background-color: #fc7ae7;
/* Tailwind (arbitrary) */
class="text-[#fc7ae7] bg-[#fc7ae7]"
/* SCSS */
$brand: #fc7ae7;
/* SwiftUI */
Color(red: 0.988, green: 0.478, blue: 0.906)
/* Android */
Color.parseColor("#fc7ae7")Accessibility — WCAG contrast
Aa
#fc7ae7 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7ae7 on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green47.8%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow8.3%
Key (black)1.2%
Color previews
#fc7ae7 text on a black background
contrast 9.08:1
Card sample
#fc7ae7 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7ae7;
Background color
Panel with #fc7ae7 background
background-color: #fc7ae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7ae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 122, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 122, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7ae7; background: linear-gradient(135deg, #fc7ae7, #FC7A90);