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