#f331bc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 49, 188
HSL
317°, 89%, 57%
CMYK
0, 80, 23, 5
Luminance
0.2488
Every format
| HEX | #f331bc |
| RGB | rgb(243, 49, 188) |
| HSL | hsl(317, 89%, 57%) |
| CMYK | cmyk(0%, 80%, 23%, 5%) |
| LAB | lab(57.0 81.3 -28.4) |
| LCH | lch(57.0 86.1 340.8) |
| OKLCH | oklch(0.663 0.257 342.7) |
Copy-ready code
/* CSS */
color: #f331bc;
background-color: #f331bc;
/* Tailwind (arbitrary) */
class="text-[#f331bc] bg-[#f331bc]"
/* SCSS */
$brand: #f331bc;
/* SwiftUI */
Color(red: 0.953, green: 0.192, blue: 0.737)
/* Android */
Color.parseColor("#f331bc")Accessibility — WCAG contrast
Aa
#f331bc on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f331bc on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green19.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow22.6%
Key (black)4.7%
Color previews
#f331bc text on a black background
contrast 5.98:1
Card sample
#f331bc text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f331bc;
Background color
Panel with #f331bc background
background-color: #f331bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f331bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 49, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 49, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f331bc; background: linear-gradient(135deg, #f331bc, #F3313B);