#fc61ce
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 97, 206
HSL
318°, 96%, 68%
CMYK
0, 62, 18, 1
Luminance
0.3370
Every format
| HEX | #fc61ce |
| RGB | rgb(252, 97, 206) |
| HSL | hsl(318, 96%, 68%) |
| CMYK | cmyk(0%, 62%, 18%, 1%) |
| LAB | lab(64.7 70.1 -26.6) |
| LCH | lch(64.7 75.0 339.3) |
| OKLCH | oklch(0.725 0.221 341.2) |
Copy-ready code
/* CSS */
color: #fc61ce;
background-color: #fc61ce;
/* Tailwind (arbitrary) */
class="text-[#fc61ce] bg-[#fc61ce]"
/* SCSS */
$brand: #fc61ce;
/* SwiftUI */
Color(red: 0.988, green: 0.380, blue: 0.808)
/* Android */
Color.parseColor("#fc61ce")Accessibility — WCAG contrast
Aa
#fc61ce on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc61ce on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green38.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow18.3%
Key (black)1.2%
Color previews
#fc61ce text on a black background
contrast 7.74:1
Card sample
#fc61ce text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc61ce;
Background color
Panel with #fc61ce background
background-color: #fc61ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc61ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 97, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 97, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc61ce; background: linear-gradient(135deg, #fc61ce, #FC6167);