#f32cfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 44, 251
HSL
298°, 96%, 58%
CMYK
3, 83, 0, 2
Luminance
0.2782
Every format
| HEX | #f32cfb |
| RGB | rgb(243, 44, 251) |
| HSL | hsl(298, 96%, 58%) |
| CMYK | cmyk(3%, 83%, 0%, 2%) |
| LAB | lab(59.7 90.9 -59.7) |
| LCH | lch(59.7 108.8 326.7) |
| OKLCH | oklch(0.693 0.300 326.4) |
Copy-ready code
/* CSS */
color: #f32cfb;
background-color: #f32cfb;
/* Tailwind (arbitrary) */
class="text-[#f32cfb] bg-[#f32cfb]"
/* SCSS */
$brand: #f32cfb;
/* SwiftUI */
Color(red: 0.953, green: 0.173, blue: 0.984)
/* Android */
Color.parseColor("#f32cfb")Accessibility — WCAG contrast
Aa
#f32cfb on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32cfb on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green17.3%
Blue98.4%
CMYK percentages
Cyan3.2%
Magenta82.5%
Yellow0.0%
Key (black)1.6%
Color previews
#f32cfb text on a black background
contrast 6.56:1
Card sample
#f32cfb text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32cfb;
Background color
Panel with #f32cfb background
background-color: #f32cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 44, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 44, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32cfb; background: linear-gradient(135deg, #f32cfb, #FB2C79);