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