#f55ba2
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 91, 162
HSL
332°, 89%, 66%
CMYK
0, 63, 34, 4
Luminance
0.2950
Every format
| HEX | #f55ba2 |
| RGB | rgb(245, 91, 162) |
| HSL | hsl(332, 89%, 66%) |
| CMYK | cmyk(0%, 63%, 34%, 4%) |
| LAB | lab(61.2 65.1 -6.8) |
| LCH | lch(61.2 65.4 354.0) |
| OKLCH | oklch(0.692 0.199 355.0) |
Copy-ready code
/* CSS */
color: #f55ba2;
background-color: #f55ba2;
/* Tailwind (arbitrary) */
class="text-[#f55ba2] bg-[#f55ba2]"
/* SCSS */
$brand: #f55ba2;
/* SwiftUI */
Color(red: 0.961, green: 0.357, blue: 0.635)
/* Android */
Color.parseColor("#f55ba2")Accessibility — WCAG contrast
Aa
#f55ba2 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f55ba2 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green35.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow33.9%
Key (black)3.9%
Color previews
#f55ba2 text on a black background
contrast 6.90:1
Card sample
#f55ba2 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f55ba2;
Background color
Panel with #f55ba2 background
background-color: #f55ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f55ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 91, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 91, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f55ba2; background: linear-gradient(135deg, #f55ba2, #F57B5B);