#f331cb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 49, 203
HSL
312°, 89%, 57%
CMYK
0, 80, 17, 5
Luminance
0.2556
Every format
| HEX | #f331cb |
| RGB | rgb(243, 49, 203) |
| HSL | hsl(312, 89%, 57%) |
| CMYK | cmyk(0%, 80%, 17%, 5%) |
| LAB | lab(57.6 83.1 -36.0) |
| LCH | lch(57.6 90.6 336.6) |
| OKLCH | oklch(0.670 0.266 338.4) |
Copy-ready code
/* CSS */
color: #f331cb;
background-color: #f331cb;
/* Tailwind (arbitrary) */
class="text-[#f331cb] bg-[#f331cb]"
/* SCSS */
$brand: #f331cb;
/* SwiftUI */
Color(red: 0.953, green: 0.192, blue: 0.796)
/* Android */
Color.parseColor("#f331cb")Accessibility — WCAG contrast
Aa
#f331cb on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f331cb on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green19.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow16.5%
Key (black)4.7%
Color previews
#f331cb text on a black background
contrast 6.11:1
Card sample
#f331cb text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f331cb;
Background color
Panel with #f331cb background
background-color: #f331cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f331cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 49, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 49, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f331cb; background: linear-gradient(135deg, #f331cb, #F3314A);