#fc53cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 83, 207
HSL
316°, 97%, 66%
CMYK
0, 67, 18, 1
Luminance
0.3139
Every format
| HEX | #fc53cf |
| RGB | rgb(252, 83, 207) |
| HSL | hsl(316, 97%, 66%) |
| CMYK | cmyk(0%, 67%, 18%, 1%) |
| LAB | lab(62.8 75.6 -30.0) |
| LCH | lch(62.8 81.3 338.3) |
| OKLCH | oklch(0.711 0.239 340.2) |
Copy-ready code
/* CSS */
color: #fc53cf;
background-color: #fc53cf;
/* Tailwind (arbitrary) */
class="text-[#fc53cf] bg-[#fc53cf]"
/* SCSS */
$brand: #fc53cf;
/* SwiftUI */
Color(red: 0.988, green: 0.325, blue: 0.812)
/* Android */
Color.parseColor("#fc53cf")Accessibility — WCAG contrast
Aa
#fc53cf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc53cf on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green32.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow17.9%
Key (black)1.2%
Color previews
#fc53cf text on a black background
contrast 7.28:1
Card sample
#fc53cf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc53cf;
Background color
Panel with #fc53cf background
background-color: #fc53cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc53cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 83, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 83, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc53cf; background: linear-gradient(135deg, #fc53cf, #FC535E);