#fc7df6
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 125, 246
HSL
303°, 96%, 74%
CMYK
0, 50, 2, 1
Luminance
0.4202
Every format
| HEX | #fc7df6 |
| RGB | rgb(252, 125, 246) |
| HSL | hsl(303, 96%, 74%) |
| CMYK | cmyk(0%, 50%, 2%, 1%) |
| LAB | lab(70.9 64.0 -39.2) |
| LCH | lch(70.9 75.1 328.5) |
| OKLCH | oklch(0.775 0.209 329.2) |
Copy-ready code
/* CSS */
color: #fc7df6;
background-color: #fc7df6;
/* Tailwind (arbitrary) */
class="text-[#fc7df6] bg-[#fc7df6]"
/* SCSS */
$brand: #fc7df6;
/* SwiftUI */
Color(red: 0.988, green: 0.490, blue: 0.965)
/* Android */
Color.parseColor("#fc7df6")Accessibility — WCAG contrast
Aa
#fc7df6 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7df6 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green49.0%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow2.4%
Key (black)1.2%
Color previews
#fc7df6 text on a black background
contrast 9.40:1
Card sample
#fc7df6 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7df6;
Background color
Panel with #fc7df6 background
background-color: #fc7df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 125, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 125, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7df6; background: linear-gradient(135deg, #fc7df6, #FC7DA1);