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