#fc3ccf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 60, 207
HSL
314°, 97%, 61%
CMYK
0, 76, 18, 1
Luminance
0.2843
Every format
| HEX | #fc3ccf |
| RGB | rgb(252, 60, 207) |
| HSL | hsl(314, 97%, 61%) |
| CMYK | cmyk(0%, 76%, 18%, 1%) |
| LAB | lab(60.3 82.8 -34.0) |
| LCH | lch(60.3 89.5 337.7) |
| OKLCH | oklch(0.693 0.263 339.6) |
Copy-ready code
/* CSS */
color: #fc3ccf;
background-color: #fc3ccf;
/* Tailwind (arbitrary) */
class="text-[#fc3ccf] bg-[#fc3ccf]"
/* SCSS */
$brand: #fc3ccf;
/* SwiftUI */
Color(red: 0.988, green: 0.235, blue: 0.812)
/* Android */
Color.parseColor("#fc3ccf")Accessibility — WCAG contrast
Aa
#fc3ccf on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3ccf on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow17.9%
Key (black)1.2%
Color previews
#fc3ccf text on a black background
contrast 6.69:1
Card sample
#fc3ccf text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3ccf;
Background color
Panel with #fc3ccf background
background-color: #fc3ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 60, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 60, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3ccf; background: linear-gradient(135deg, #fc3ccf, #FC3C4F);