#f337ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 55, 174
HSL
322°, 89%, 58%
CMYK
0, 77, 28, 5
Luminance
0.2484
Every format
| HEX | #f337ae |
| RGB | rgb(243, 55, 174) |
| HSL | hsl(322, 89%, 58%) |
| CMYK | cmyk(0%, 77%, 28%, 5%) |
| LAB | lab(56.9 78.1 -20.3) |
| LCH | lch(56.9 80.7 345.4) |
| OKLCH | oklch(0.661 0.244 347.3) |
Copy-ready code
/* CSS */
color: #f337ae;
background-color: #f337ae;
/* Tailwind (arbitrary) */
class="text-[#f337ae] bg-[#f337ae]"
/* SCSS */
$brand: #f337ae;
/* SwiftUI */
Color(red: 0.953, green: 0.216, blue: 0.682)
/* Android */
Color.parseColor("#f337ae")Accessibility — WCAG contrast
Aa
#f337ae on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f337ae on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green21.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow28.4%
Key (black)4.7%
Color previews
#f337ae text on a black background
contrast 5.97:1
Card sample
#f337ae text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f337ae;
Background color
Panel with #f337ae background
background-color: #f337ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f337ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 55, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 55, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f337ae; background: linear-gradient(135deg, #f337ae, #F33D37);