#fc3bcd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 59, 205
HSL
315°, 97%, 61%
CMYK
0, 77, 19, 1
Luminance
0.2823
Every format
| HEX | #fc3bcd |
| RGB | rgb(252, 59, 205) |
| HSL | hsl(315, 97%, 61%) |
| CMYK | cmyk(0%, 77%, 19%, 1%) |
| LAB | lab(60.1 82.8 -33.1) |
| LCH | lch(60.1 89.2 338.2) |
| OKLCH | oklch(0.691 0.263 340.1) |
Copy-ready code
/* CSS */
color: #fc3bcd;
background-color: #fc3bcd;
/* Tailwind (arbitrary) */
class="text-[#fc3bcd] bg-[#fc3bcd]"
/* SCSS */
$brand: #fc3bcd;
/* SwiftUI */
Color(red: 0.988, green: 0.231, blue: 0.804)
/* Android */
Color.parseColor("#fc3bcd")Accessibility — WCAG contrast
Aa
#fc3bcd on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3bcd on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow18.7%
Key (black)1.2%
Color previews
#fc3bcd text on a black background
contrast 6.65:1
Card sample
#fc3bcd text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3bcd;
Background color
Panel with #fc3bcd background
background-color: #fc3bcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3bcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 59, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 59, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3bcd; background: linear-gradient(135deg, #fc3bcd, #FC3B4C);