#f32dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 45, 254
HSL
297°, 99%, 59%
CMYK
4, 82, 0, 0
Luminance
0.2809
Every format
| HEX | #f32dfe |
| RGB | rgb(243, 45, 254) |
| HSL | hsl(297, 99%, 59%) |
| CMYK | cmyk(4%, 82%, 0%, 0%) |
| LAB | lab(60.0 91.2 -61.0) |
| LCH | lch(60.0 109.7 326.2) |
| OKLCH | oklch(0.695 0.302 325.7) |
Copy-ready code
/* CSS */
color: #f32dfe;
background-color: #f32dfe;
/* Tailwind (arbitrary) */
class="text-[#f32dfe] bg-[#f32dfe]"
/* SCSS */
$brand: #f32dfe;
/* SwiftUI */
Color(red: 0.953, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#f32dfe")Accessibility — WCAG contrast
Aa
#f32dfe on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32dfe on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green17.6%
Blue99.6%
CMYK percentages
Cyan4.3%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#f32dfe text on a black background
contrast 6.62:1
Card sample
#f32dfe text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32dfe;
Background color
Panel with #f32dfe background
background-color: #f32dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32dfe; background: linear-gradient(135deg, #f32dfe, #FE2D7E);