#fc3ccc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 60, 204
HSL
315°, 97%, 61%
CMYK
0, 76, 19, 1
Luminance
0.2829
Every format
| HEX | #fc3ccc |
| RGB | rgb(252, 60, 204) |
| HSL | hsl(315, 97%, 61%) |
| CMYK | cmyk(0%, 76%, 19%, 1%) |
| LAB | lab(60.1 82.4 -32.5) |
| LCH | lch(60.1 88.6 338.5) |
| OKLCH | oklch(0.691 0.262 340.4) |
Copy-ready code
/* CSS */
color: #fc3ccc;
background-color: #fc3ccc;
/* Tailwind (arbitrary) */
class="text-[#fc3ccc] bg-[#fc3ccc]"
/* SCSS */
$brand: #fc3ccc;
/* SwiftUI */
Color(red: 0.988, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#fc3ccc")Accessibility — WCAG contrast
Aa
#fc3ccc on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3ccc on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.5%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow19.0%
Key (black)1.2%
Color previews
#fc3ccc text on a black background
contrast 6.66:1
Card sample
#fc3ccc text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3ccc;
Background color
Panel with #fc3ccc background
background-color: #fc3ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3ccc; background: linear-gradient(135deg, #fc3ccc, #FC3C4C);