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