#fc18be
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 24, 190
HSL
316°, 97%, 54%
CMYK
0, 91, 25, 1
Luminance
0.2507
Every format
| HEX | #fc18be |
| RGB | rgb(252, 24, 190) |
| HSL | hsl(316, 97%, 54%) |
| CMYK | cmyk(0%, 91%, 25%, 1%) |
| LAB | lab(57.1 87.7 -29.1) |
| LCH | lch(57.1 92.4 341.6) |
| OKLCH | oklch(0.668 0.277 343.7) |
Copy-ready code
/* CSS */
color: #fc18be;
background-color: #fc18be;
/* Tailwind (arbitrary) */
class="text-[#fc18be] bg-[#fc18be]"
/* SCSS */
$brand: #fc18be;
/* SwiftUI */
Color(red: 0.988, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#fc18be")Accessibility — WCAG contrast
Aa
#fc18be on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc18be on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green9.4%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta90.5%
Yellow24.6%
Key (black)1.2%
Color previews
#fc18be text on a black background
contrast 6.01:1
Card sample
#fc18be text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc18be;
Background color
Panel with #fc18be background
background-color: #fc18be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc18be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc18be; background: linear-gradient(135deg, #fc18be, #FC1826);