#fc1eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 30, 179
HSL
320°, 97%, 55%
CMYK
0, 88, 29, 1
Luminance
0.2488
Every format
| HEX | #fc1eb3 |
| RGB | rgb(252, 30, 179) |
| HSL | hsl(320, 97%, 55%) |
| CMYK | cmyk(0%, 88%, 29%, 1%) |
| LAB | lab(57.0 85.7 -23.0) |
| LCH | lch(57.0 88.8 345.0) |
| OKLCH | oklch(0.665 0.269 346.9) |
Copy-ready code
/* CSS */
color: #fc1eb3;
background-color: #fc1eb3;
/* Tailwind (arbitrary) */
class="text-[#fc1eb3] bg-[#fc1eb3]"
/* SCSS */
$brand: #fc1eb3;
/* SwiftUI */
Color(red: 0.988, green: 0.118, blue: 0.702)
/* Android */
Color.parseColor("#fc1eb3")Accessibility — WCAG contrast
Aa
#fc1eb3 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc1eb3 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green11.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow29.0%
Key (black)1.2%
Color previews
#fc1eb3 text on a black background
contrast 5.98:1
Card sample
#fc1eb3 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc1eb3;
Background color
Panel with #fc1eb3 background
background-color: #fc1eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc1eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 30, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 30, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc1eb3; background: linear-gradient(135deg, #fc1eb3, #FC1E1F);