#fc28eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 40, 235
HSL
305°, 97%, 57%
CMYK
0, 84, 7, 1
Luminance
0.2821
Every format
| HEX | #fc28eb |
| RGB | rgb(252, 40, 235) |
| HSL | hsl(305, 97%, 57%) |
| CMYK | cmyk(0%, 84%, 7%, 1%) |
| LAB | lab(60.1 91.0 -50.1) |
| LCH | lch(60.1 103.8 331.2) |
| OKLCH | oklch(0.696 0.296 332.2) |
Copy-ready code
/* CSS */
color: #fc28eb;
background-color: #fc28eb;
/* Tailwind (arbitrary) */
class="text-[#fc28eb] bg-[#fc28eb]"
/* SCSS */
$brand: #fc28eb;
/* SwiftUI */
Color(red: 0.988, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#fc28eb")Accessibility — WCAG contrast
Aa
#fc28eb on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc28eb on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green15.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow6.7%
Key (black)1.2%
Color previews
#fc28eb text on a black background
contrast 6.64:1
Card sample
#fc28eb text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc28eb;
Background color
Panel with #fc28eb background
background-color: #fc28eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc28eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc28eb; background: linear-gradient(135deg, #fc28eb, #FC285E);