#fc63cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 99, 207
HSL
318°, 96%, 69%
CMYK
0, 61, 18, 1
Luminance
0.3412
Every format
| HEX | #fc63cf |
| RGB | rgb(252, 99, 207) |
| HSL | hsl(318, 96%, 69%) |
| CMYK | cmyk(0%, 61%, 18%, 1%) |
| LAB | lab(65.1 69.4 -26.6) |
| LCH | lch(65.1 74.3 339.0) |
| OKLCH | oklch(0.727 0.218 340.9) |
Copy-ready code
/* CSS */
color: #fc63cf;
background-color: #fc63cf;
/* Tailwind (arbitrary) */
class="text-[#fc63cf] bg-[#fc63cf]"
/* SCSS */
$brand: #fc63cf;
/* SwiftUI */
Color(red: 0.988, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#fc63cf")Accessibility — WCAG contrast
Aa
#fc63cf on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc63cf on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green38.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow17.9%
Key (black)1.2%
Color previews
#fc63cf text on a black background
contrast 7.82:1
Card sample
#fc63cf text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc63cf;
Background color
Panel with #fc63cf background
background-color: #fc63cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc63cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc63cf; background: linear-gradient(135deg, #fc63cf, #FC6369);