#f331ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 49, 171
HSL
322°, 89%, 57%
CMYK
0, 80, 30, 5
Luminance
0.2419
Every format
| HEX | #f331ab |
| RGB | rgb(243, 49, 171) |
| HSL | hsl(322, 89%, 57%) |
| CMYK | cmyk(0%, 80%, 30%, 5%) |
| LAB | lab(56.3 79.3 -19.6) |
| LCH | lch(56.3 81.7 346.1) |
| OKLCH | oklch(0.656 0.248 348.0) |
Copy-ready code
/* CSS */
color: #f331ab;
background-color: #f331ab;
/* Tailwind (arbitrary) */
class="text-[#f331ab] bg-[#f331ab]"
/* SCSS */
$brand: #f331ab;
/* SwiftUI */
Color(red: 0.953, green: 0.192, blue: 0.671)
/* Android */
Color.parseColor("#f331ab")Accessibility — WCAG contrast
Aa
#f331ab on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f331ab on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green19.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow29.6%
Key (black)4.7%
Color previews
#f331ab text on a black background
contrast 5.84:1
Card sample
#f331ab text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f331ab;
Background color
Panel with #f331ab background
background-color: #f331ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f331ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 49, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 49, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f331ab; background: linear-gradient(135deg, #f331ab, #F33931);