#fc08df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 8, 223
HSL
307°, 98%, 51%
CMYK
0, 97, 12, 1
Luminance
0.2620
Every format
| HEX | #fc08df |
| RGB | rgb(252, 8, 223) |
| HSL | hsl(307, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 12%, 1%) |
| LAB | lab(58.2 93.0 -46.3) |
| LCH | lch(58.2 103.9 333.5) |
| OKLCH | oklch(0.680 0.300 335.0) |
Copy-ready code
/* CSS */
color: #fc08df;
background-color: #fc08df;
/* Tailwind (arbitrary) */
class="text-[#fc08df] bg-[#fc08df]"
/* SCSS */
$brand: #fc08df;
/* SwiftUI */
Color(red: 0.988, green: 0.031, blue: 0.875)
/* Android */
Color.parseColor("#fc08df")Accessibility — WCAG contrast
Aa
#fc08df on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc08df on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green3.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta96.8%
Yellow11.5%
Key (black)1.2%
Color previews
#fc08df text on a black background
contrast 6.24:1
Card sample
#fc08df text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc08df;
Background color
Panel with #fc08df background
background-color: #fc08df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc08df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 8, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 8, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc08df; background: linear-gradient(135deg, #fc08df, #FC083D);