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