#f337ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 55, 171
HSL
323°, 89%, 58%
CMYK
0, 77, 30, 5
Luminance
0.2473
Every format
| HEX | #f337ab |
| RGB | rgb(243, 55, 171) |
| HSL | hsl(323, 89%, 58%) |
| CMYK | cmyk(0%, 77%, 30%, 5%) |
| LAB | lab(56.8 77.8 -18.8) |
| LCH | lch(56.8 80.0 346.4) |
| OKLCH | oklch(0.660 0.243 348.3) |
Copy-ready code
/* CSS */
color: #f337ab;
background-color: #f337ab;
/* Tailwind (arbitrary) */
class="text-[#f337ab] bg-[#f337ab]"
/* SCSS */
$brand: #f337ab;
/* SwiftUI */
Color(red: 0.953, green: 0.216, blue: 0.671)
/* Android */
Color.parseColor("#f337ab")Accessibility — WCAG contrast
Aa
#f337ab on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f337ab on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green21.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow29.6%
Key (black)4.7%
Color previews
#f337ab text on a black background
contrast 5.95:1
Card sample
#f337ab text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f337ab;
Background color
Panel with #f337ab background
background-color: #f337ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f337ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 55, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 55, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f337ab; background: linear-gradient(135deg, #f337ab, #F34037);