#fc33df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 51, 223
HSL
309°, 97%, 59%
CMYK
0, 80, 12, 1
Luminance
0.2839
Every format
| HEX | #fc33df |
| RGB | rgb(252, 51, 223) |
| HSL | hsl(309, 97%, 59%) |
| CMYK | cmyk(0%, 80%, 12%, 1%) |
| LAB | lab(60.2 87.1 -43.1) |
| LCH | lch(60.2 97.2 333.7) |
| OKLCH | oklch(0.695 0.281 335.2) |
Copy-ready code
/* CSS */
color: #fc33df;
background-color: #fc33df;
/* Tailwind (arbitrary) */
class="text-[#fc33df] bg-[#fc33df]"
/* SCSS */
$brand: #fc33df;
/* SwiftUI */
Color(red: 0.988, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#fc33df")Accessibility — WCAG contrast
Aa
#fc33df on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc33df on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green20.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow11.5%
Key (black)1.2%
Color previews
#fc33df text on a black background
contrast 6.68:1
Card sample
#fc33df text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc33df;
Background color
Panel with #fc33df background
background-color: #fc33df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc33df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc33df; background: linear-gradient(135deg, #fc33df, #FC3359);