#f32ba7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 43, 167
HSL
323°, 89%, 56%
CMYK
0, 82, 31, 5
Luminance
0.2357
Every format
| HEX | #f32ba7 |
| RGB | rgb(243, 43, 167) |
| HSL | hsl(323, 89%, 56%) |
| CMYK | cmyk(0%, 82%, 31%, 5%) |
| LAB | lab(55.7 80.2 -18.2) |
| LCH | lch(55.7 82.3 347.2) |
| OKLCH | oklch(0.651 0.250 349.0) |
Copy-ready code
/* CSS */
color: #f32ba7;
background-color: #f32ba7;
/* Tailwind (arbitrary) */
class="text-[#f32ba7] bg-[#f32ba7]"
/* SCSS */
$brand: #f32ba7;
/* SwiftUI */
Color(red: 0.953, green: 0.169, blue: 0.655)
/* Android */
Color.parseColor("#f32ba7")Accessibility — WCAG contrast
Aa
#f32ba7 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32ba7 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green16.9%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow31.3%
Key (black)4.7%
Color previews
#f32ba7 text on a black background
contrast 5.71:1
Card sample
#f32ba7 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32ba7;
Background color
Panel with #f32ba7 background
background-color: #f32ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 43, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 43, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32ba7; background: linear-gradient(135deg, #f32ba7, #F3342B);