#fc85df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 133, 223
HSL
315°, 95%, 76%
CMYK
0, 47, 12, 1
Luminance
0.4280
Every format
| HEX | #fc85df |
| RGB | rgb(252, 133, 223) |
| HSL | hsl(315, 95%, 76%) |
| CMYK | cmyk(0%, 47%, 12%, 1%) |
| LAB | lab(71.4 56.5 -25.8) |
| LCH | lch(71.4 62.1 335.5) |
| OKLCH | oklch(0.776 0.178 337.1) |
Copy-ready code
/* CSS */
color: #fc85df;
background-color: #fc85df;
/* Tailwind (arbitrary) */
class="text-[#fc85df] bg-[#fc85df]"
/* SCSS */
$brand: #fc85df;
/* SwiftUI */
Color(red: 0.988, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#fc85df")Accessibility — WCAG contrast
Aa
#fc85df on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc85df on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green52.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow11.5%
Key (black)1.2%
Color previews
#fc85df text on a black background
contrast 9.56:1
Card sample
#fc85df text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc85df;
Background color
Panel with #fc85df background
background-color: #fc85df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc85df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc85df; background: linear-gradient(135deg, #fc85df, #FC8590);