#f32df8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 45, 248
HSL
299°, 94%, 58%
CMYK
2, 82, 0, 3
Luminance
0.2771
Every format
| HEX | #f32df8 |
| RGB | rgb(243, 45, 248) |
| HSL | hsl(299, 94%, 58%) |
| CMYK | cmyk(2%, 82%, 0%, 3%) |
| LAB | lab(59.6 90.3 -58.2) |
| LCH | lch(59.6 107.4 327.2) |
| OKLCH | oklch(0.692 0.298 327.1) |
Copy-ready code
/* CSS */
color: #f32df8;
background-color: #f32df8;
/* Tailwind (arbitrary) */
class="text-[#f32df8] bg-[#f32df8]"
/* SCSS */
$brand: #f32df8;
/* SwiftUI */
Color(red: 0.953, green: 0.176, blue: 0.973)
/* Android */
Color.parseColor("#f32df8")Accessibility — WCAG contrast
Aa
#f32df8 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32df8 on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green17.6%
Blue97.3%
CMYK percentages
Cyan2.0%
Magenta81.9%
Yellow0.0%
Key (black)2.7%
Color previews
#f32df8 text on a black background
contrast 6.54:1
Card sample
#f32df8 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32df8;
Background color
Panel with #f32df8 background
background-color: #f32df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 45, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 45, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32df8; background: linear-gradient(135deg, #f32df8, #F82D76);