#fc2abb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 42, 187
HSL
319°, 97%, 58%
CMYK
0, 83, 26, 1
Luminance
0.2594
Every format
| HEX | #fc2abb |
| RGB | rgb(252, 42, 187) |
| HSL | hsl(319, 97%, 58%) |
| CMYK | cmyk(0%, 83%, 26%, 1%) |
| LAB | lab(58.0 84.6 -26.1) |
| LCH | lch(58.0 88.5 342.9) |
| OKLCH | oklch(0.673 0.266 344.8) |
Copy-ready code
/* CSS */
color: #fc2abb;
background-color: #fc2abb;
/* Tailwind (arbitrary) */
class="text-[#fc2abb] bg-[#fc2abb]"
/* SCSS */
$brand: #fc2abb;
/* SwiftUI */
Color(red: 0.988, green: 0.165, blue: 0.733)
/* Android */
Color.parseColor("#fc2abb")Accessibility — WCAG contrast
Aa
#fc2abb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2abb on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green16.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow25.8%
Key (black)1.2%
Color previews
#fc2abb text on a black background
contrast 6.19:1
Card sample
#fc2abb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2abb;
Background color
Panel with #fc2abb background
background-color: #fc2abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 42, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 42, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2abb; background: linear-gradient(135deg, #fc2abb, #FC2A2F);