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