#fc1eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 30, 176
HSL
321°, 97%, 55%
CMYK
0, 88, 30, 1
Luminance
0.2476
Every format
| HEX | #fc1eb0 |
| RGB | rgb(252, 30, 176) |
| HSL | hsl(321, 97%, 55%) |
| CMYK | cmyk(0%, 88%, 30%, 1%) |
| LAB | lab(56.9 85.4 -21.5) |
| LCH | lch(56.9 88.1 345.9) |
| OKLCH | oklch(0.664 0.268 347.8) |
Copy-ready code
/* CSS */
color: #fc1eb0;
background-color: #fc1eb0;
/* Tailwind (arbitrary) */
class="text-[#fc1eb0] bg-[#fc1eb0]"
/* SCSS */
$brand: #fc1eb0;
/* SwiftUI */
Color(red: 0.988, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#fc1eb0")Accessibility — WCAG contrast
Aa
#fc1eb0 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc1eb0 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green11.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow30.2%
Key (black)1.2%
Color previews
#fc1eb0 text on a black background
contrast 5.95:1
Card sample
#fc1eb0 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc1eb0;
Background color
Panel with #fc1eb0 background
background-color: #fc1eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc1eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc1eb0; background: linear-gradient(135deg, #fc1eb0, #FC201E);