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