#fc2baf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 43, 175
HSL
322°, 97%, 58%
CMYK
0, 83, 31, 1
Luminance
0.2552
Every format
| HEX | #fc2baf |
| RGB | rgb(252, 43, 175) |
| HSL | hsl(322, 97%, 58%) |
| CMYK | cmyk(0%, 83%, 31%, 1%) |
| LAB | lab(57.6 83.1 -19.8) |
| LCH | lch(57.6 85.4 346.6) |
| OKLCH | oklch(0.669 0.260 348.4) |
Copy-ready code
/* CSS */
color: #fc2baf;
background-color: #fc2baf;
/* Tailwind (arbitrary) */
class="text-[#fc2baf] bg-[#fc2baf]"
/* SCSS */
$brand: #fc2baf;
/* SwiftUI */
Color(red: 0.988, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#fc2baf")Accessibility — WCAG contrast
Aa
#fc2baf on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc2baf on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green16.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta82.9%
Yellow30.6%
Key (black)1.2%
Color previews
#fc2baf text on a black background
contrast 6.10:1
Card sample
#fc2baf text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc2baf;
Background color
Panel with #fc2baf background
background-color: #fc2baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc2baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc2baf; background: linear-gradient(135deg, #fc2baf, #FC322B);