#f32df1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 45, 241
HSL
301°, 89%, 57%
CMYK
0, 82, 1, 5
Luminance
0.2728
Every format
| HEX | #f32df1 |
| RGB | rgb(243, 45, 241) |
| HSL | hsl(301, 89%, 57%) |
| CMYK | cmyk(0%, 82%, 1%, 5%) |
| LAB | lab(59.2 89.2 -54.9) |
| LCH | lch(59.2 104.8 328.4) |
| OKLCH | oklch(0.688 0.293 328.7) |
Copy-ready code
/* CSS */
color: #f32df1;
background-color: #f32df1;
/* Tailwind (arbitrary) */
class="text-[#f32df1] bg-[#f32df1]"
/* SCSS */
$brand: #f32df1;
/* SwiftUI */
Color(red: 0.953, green: 0.176, blue: 0.945)
/* Android */
Color.parseColor("#f32df1")Accessibility — WCAG contrast
Aa
#f32df1 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32df1 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green17.6%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow0.8%
Key (black)4.7%
Color previews
#f32df1 text on a black background
contrast 6.46:1
Card sample
#f32df1 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32df1;
Background color
Panel with #f32df1 background
background-color: #f32df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 45, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 45, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32df1; background: linear-gradient(135deg, #f32df1, #F32D6D);