#f552ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 82, 186
HSL
322°, 89%, 64%
CMYK
0, 67, 24, 4
Luminance
0.2899
Every format
| HEX | #f552ba |
| RGB | rgb(245, 82, 186) |
| HSL | hsl(322, 89%, 64%) |
| CMYK | cmyk(0%, 67%, 24%, 4%) |
| LAB | lab(60.8 71.4 -21.3) |
| LCH | lch(60.8 74.6 343.4) |
| OKLCH | oklch(0.691 0.223 345.3) |
Copy-ready code
/* CSS */
color: #f552ba;
background-color: #f552ba;
/* Tailwind (arbitrary) */
class="text-[#f552ba] bg-[#f552ba]"
/* SCSS */
$brand: #f552ba;
/* SwiftUI */
Color(red: 0.961, green: 0.322, blue: 0.729)
/* Android */
Color.parseColor("#f552ba")Accessibility — WCAG contrast
Aa
#f552ba on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f552ba on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green32.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow24.1%
Key (black)3.9%
Color previews
#f552ba text on a black background
contrast 6.80:1
Card sample
#f552ba text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f552ba;
Background color
Panel with #f552ba background
background-color: #f552ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f552ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 82, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 82, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f552ba; background: linear-gradient(135deg, #f552ba, #F55752);