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