#fc7abf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 122, 191
HSL
328°, 96%, 73%
CMYK
0, 52, 24, 1
Luminance
0.3838
Every format
| HEX | #fc7abf |
| RGB | rgb(252, 122, 191) |
| HSL | hsl(328, 96%, 73%) |
| CMYK | cmyk(0%, 52%, 24%, 1%) |
| LAB | lab(68.3 57.1 -12.7) |
| LCH | lch(68.3 58.5 347.5) |
| OKLCH | oklch(0.750 0.175 349.1) |
Copy-ready code
/* CSS */
color: #fc7abf;
background-color: #fc7abf;
/* Tailwind (arbitrary) */
class="text-[#fc7abf] bg-[#fc7abf]"
/* SCSS */
$brand: #fc7abf;
/* SwiftUI */
Color(red: 0.988, green: 0.478, blue: 0.749)
/* Android */
Color.parseColor("#fc7abf")Accessibility — WCAG contrast
Aa
#fc7abf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc7abf on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green47.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow24.2%
Key (black)1.2%
Color previews
#fc7abf text on a black background
contrast 8.68:1
Card sample
#fc7abf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc7abf;
Background color
Panel with #fc7abf background
background-color: #fc7abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc7abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 122, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 122, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc7abf; background: linear-gradient(135deg, #fc7abf, #FC8C7A);