#fc85eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 133, 235
HSL
309°, 95%, 76%
CMYK
0, 47, 7, 1
Luminance
0.4347
Every format
| HEX | #fc85eb |
| RGB | rgb(252, 133, 235) |
| HSL | hsl(309, 95%, 76%) |
| CMYK | cmyk(0%, 47%, 7%, 1%) |
| LAB | lab(71.9 58.4 -31.6) |
| LCH | lch(71.9 66.4 331.5) |
| OKLCH | oklch(0.781 0.188 332.8) |
Copy-ready code
/* CSS */
color: #fc85eb;
background-color: #fc85eb;
/* Tailwind (arbitrary) */
class="text-[#fc85eb] bg-[#fc85eb]"
/* SCSS */
$brand: #fc85eb;
/* SwiftUI */
Color(red: 0.988, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#fc85eb")Accessibility — WCAG contrast
Aa
#fc85eb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc85eb on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green52.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow6.7%
Key (black)1.2%
Color previews
#fc85eb text on a black background
contrast 9.69:1
Card sample
#fc85eb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc85eb;
Background color
Panel with #fc85eb background
background-color: #fc85eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc85eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc85eb; background: linear-gradient(135deg, #fc85eb, #FC859C);