#f32ba4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 43, 164
HSL
324°, 89%, 56%
CMYK
0, 82, 33, 5
Luminance
0.2346
Every format
| HEX | #f32ba4 |
| RGB | rgb(243, 43, 164) |
| HSL | hsl(324, 89%, 56%) |
| CMYK | cmyk(0%, 82%, 33%, 5%) |
| LAB | lab(55.5 79.9 -16.6) |
| LCH | lch(55.5 81.6 348.3) |
| OKLCH | oklch(0.650 0.249 350.0) |
Copy-ready code
/* CSS */
color: #f32ba4;
background-color: #f32ba4;
/* Tailwind (arbitrary) */
class="text-[#f32ba4] bg-[#f32ba4]"
/* SCSS */
$brand: #f32ba4;
/* SwiftUI */
Color(red: 0.953, green: 0.169, blue: 0.643)
/* Android */
Color.parseColor("#f32ba4")Accessibility — WCAG contrast
Aa
#f32ba4 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32ba4 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green16.9%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow32.5%
Key (black)4.7%
Color previews
#f32ba4 text on a black background
contrast 5.69:1
Card sample
#f32ba4 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32ba4;
Background color
Panel with #f32ba4 background
background-color: #f32ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 43, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 43, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32ba4; background: linear-gradient(135deg, #f32ba4, #F3372B);