#fc5fd6
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 95, 214
HSL
315°, 96%, 68%
CMYK
0, 62, 15, 1
Luminance
0.3373
Every format
| HEX | #fc5fd6 |
| RGB | rgb(252, 95, 214) |
| HSL | hsl(315, 96%, 68%) |
| CMYK | cmyk(0%, 62%, 15%, 1%) |
| LAB | lab(64.8 72.0 -31.0) |
| LCH | lch(64.8 78.4 336.7) |
| OKLCH | oklch(0.726 0.228 338.5) |
Copy-ready code
/* CSS */
color: #fc5fd6;
background-color: #fc5fd6;
/* Tailwind (arbitrary) */
class="text-[#fc5fd6] bg-[#fc5fd6]"
/* SCSS */
$brand: #fc5fd6;
/* SwiftUI */
Color(red: 0.988, green: 0.373, blue: 0.839)
/* Android */
Color.parseColor("#fc5fd6")Accessibility — WCAG contrast
Aa
#fc5fd6 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc5fd6 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green37.3%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow15.1%
Key (black)1.2%
Color previews
#fc5fd6 text on a black background
contrast 7.75:1
Card sample
#fc5fd6 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5fd6;
Background color
Panel with #fc5fd6 background
background-color: #fc5fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 95, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 95, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5fd6; background: linear-gradient(135deg, #fc5fd6, #FC5F6D);