#f32ace
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 42, 206
HSL
311°, 89%, 56%
CMYK
0, 83, 15, 5
Luminance
0.2517
Every format
| HEX | #f32ace |
| RGB | rgb(243, 42, 206) |
| HSL | hsl(311, 89%, 56%) |
| CMYK | cmyk(0%, 83%, 15%, 5%) |
| LAB | lab(57.2 85.0 -38.3) |
| LCH | lch(57.2 93.3 335.8) |
| OKLCH | oklch(0.668 0.273 337.5) |
Copy-ready code
/* CSS */
color: #f32ace;
background-color: #f32ace;
/* Tailwind (arbitrary) */
class="text-[#f32ace] bg-[#f32ace]"
/* SCSS */
$brand: #f32ace;
/* SwiftUI */
Color(red: 0.953, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#f32ace")Accessibility — WCAG contrast
Aa
#f32ace on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32ace on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green16.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow15.2%
Key (black)4.7%
Color previews
#f32ace text on a black background
contrast 6.03:1
Card sample
#f32ace text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32ace;
Background color
Panel with #f32ace background
background-color: #f32ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32ace; background: linear-gradient(135deg, #f32ace, #F32A48);