#fc5ccc
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 92, 204
HSL
318°, 96%, 68%
CMYK
0, 64, 19, 1
Luminance
0.3271
Every format
| HEX | #fc5ccc |
| RGB | rgb(252, 92, 204) |
| HSL | hsl(318, 96%, 68%) |
| CMYK | cmyk(0%, 64%, 19%, 1%) |
| LAB | lab(63.9 71.8 -26.6) |
| LCH | lch(63.9 76.6 339.6) |
| OKLCH | oklch(0.719 0.226 341.6) |
Copy-ready code
/* CSS */
color: #fc5ccc;
background-color: #fc5ccc;
/* Tailwind (arbitrary) */
class="text-[#fc5ccc] bg-[#fc5ccc]"
/* SCSS */
$brand: #fc5ccc;
/* SwiftUI */
Color(red: 0.988, green: 0.361, blue: 0.800)
/* Android */
Color.parseColor("#fc5ccc")Accessibility — WCAG contrast
Aa
#fc5ccc on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc5ccc on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green36.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow19.0%
Key (black)1.2%
Color previews
#fc5ccc text on a black background
contrast 7.54:1
Card sample
#fc5ccc text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc5ccc;
Background color
Panel with #fc5ccc background
background-color: #fc5ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc5ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 92, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 92, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc5ccc; background: linear-gradient(135deg, #fc5ccc, #FC5C62);