#fc7eee
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 126, 238
HSL
307°, 96%, 74%
CMYK
0, 50, 6, 1
Luminance
0.4179
Every format
| HEX | #fc7eee |
| RGB | rgb(252, 126, 238) |
| HSL | hsl(307, 96%, 74%) |
| CMYK | cmyk(0%, 50%, 6%, 1%) |
| LAB | lab(70.7 62.2 -35.1) |
| LCH | lch(70.7 71.4 330.6) |
| OKLCH | oklch(0.773 0.201 331.7) |
Copy-ready code
/* CSS */
color: #fc7eee;
background-color: #fc7eee;
/* Tailwind (arbitrary) */
class="text-[#fc7eee] bg-[#fc7eee]"
/* SCSS */
$brand: #fc7eee;
/* SwiftUI */
Color(red: 0.988, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#fc7eee")Accessibility — WCAG contrast
Aa
#fc7eee on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7eee on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green49.4%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow5.6%
Key (black)1.2%
Color previews
#fc7eee text on a black background
contrast 9.36:1
Card sample
#fc7eee text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7eee;
Background color
Panel with #fc7eee background
background-color: #fc7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7eee; background: linear-gradient(135deg, #fc7eee, #FC7E9A);