#fc89eb
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 137, 235
HSL
309°, 95%, 76%
CMYK
0, 46, 7, 1
Luminance
0.4458
Every format
| HEX | #fc89eb |
| RGB | rgb(252, 137, 235) |
| HSL | hsl(309, 95%, 76%) |
| CMYK | cmyk(0%, 46%, 7%, 1%) |
| LAB | lab(72.6 56.5 -30.5) |
| LCH | lch(72.6 64.2 331.6) |
| OKLCH | oklch(0.787 0.181 332.9) |
Copy-ready code
/* CSS */
color: #fc89eb;
background-color: #fc89eb;
/* Tailwind (arbitrary) */
class="text-[#fc89eb] bg-[#fc89eb]"
/* SCSS */
$brand: #fc89eb;
/* SwiftUI */
Color(red: 0.988, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#fc89eb")Accessibility — WCAG contrast
Aa
#fc89eb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc89eb on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green53.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow6.7%
Key (black)1.2%
Color previews
#fc89eb text on a black background
contrast 9.92:1
Card sample
#fc89eb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc89eb;
Background color
Panel with #fc89eb background
background-color: #fc89eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc89eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc89eb; background: linear-gradient(135deg, #fc89eb, #FC899E);