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