#f337bd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 55, 189
HSL
317°, 89%, 58%
CMYK
0, 77, 22, 5
Luminance
0.2546
Every format
| HEX | #f337bd |
| RGB | rgb(243, 55, 189) |
| HSL | hsl(317, 89%, 58%) |
| CMYK | cmyk(0%, 77%, 22%, 5%) |
| LAB | lab(57.5 79.9 -28.1) |
| LCH | lch(57.5 84.7 340.6) |
| OKLCH | oklch(0.667 0.252 342.6) |
Copy-ready code
/* CSS */
color: #f337bd;
background-color: #f337bd;
/* Tailwind (arbitrary) */
class="text-[#f337bd] bg-[#f337bd]"
/* SCSS */
$brand: #f337bd;
/* SwiftUI */
Color(red: 0.953, green: 0.216, blue: 0.741)
/* Android */
Color.parseColor("#f337bd")Accessibility — WCAG contrast
Aa
#f337bd on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f337bd on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green21.6%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow22.2%
Key (black)4.7%
Color previews
#f337bd text on a black background
contrast 6.09:1
Card sample
#f337bd text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f337bd;
Background color
Panel with #f337bd background
background-color: #f337bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f337bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 55, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 55, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f337bd; background: linear-gradient(135deg, #f337bd, #F33740);