#fc5daf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 93, 175
HSL
329°, 96%, 68%
CMYK
0, 63, 31, 1
Luminance
0.3162
Every format
| HEX | #fc5daf |
| RGB | rgb(252, 93, 175) |
| HSL | hsl(329, 96%, 68%) |
| CMYK | cmyk(0%, 63%, 31%, 1%) |
| LAB | lab(63.0 67.8 -11.5) |
| LCH | lch(63.0 68.7 350.4) |
| OKLCH | oklch(0.709 0.208 351.8) |
Copy-ready code
/* CSS */
color: #fc5daf;
background-color: #fc5daf;
/* Tailwind (arbitrary) */
class="text-[#fc5daf] bg-[#fc5daf]"
/* SCSS */
$brand: #fc5daf;
/* SwiftUI */
Color(red: 0.988, green: 0.365, blue: 0.686)
/* Android */
Color.parseColor("#fc5daf")Accessibility — WCAG contrast
Aa
#fc5daf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc5daf on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green36.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow30.6%
Key (black)1.2%
Color previews
#fc5daf text on a black background
contrast 7.32:1
Card sample
#fc5daf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5daf;
Background color
Panel with #fc5daf background
background-color: #fc5daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 93, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 93, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5daf; background: linear-gradient(135deg, #fc5daf, #FC755D);