#f552b4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 82, 180
HSL
324°, 89%, 64%
CMYK
0, 67, 27, 4
Luminance
0.2874
Every format
| HEX | #f552b4 |
| RGB | rgb(245, 82, 180) |
| HSL | hsl(324, 89%, 64%) |
| CMYK | cmyk(0%, 67%, 27%, 4%) |
| LAB | lab(60.6 70.7 -18.2) |
| LCH | lch(60.6 73.0 345.5) |
| OKLCH | oklch(0.689 0.220 347.4) |
Copy-ready code
/* CSS */
color: #f552b4;
background-color: #f552b4;
/* Tailwind (arbitrary) */
class="text-[#f552b4] bg-[#f552b4]"
/* SCSS */
$brand: #f552b4;
/* SwiftUI */
Color(red: 0.961, green: 0.322, blue: 0.706)
/* Android */
Color.parseColor("#f552b4")Accessibility — WCAG contrast
Aa
#f552b4 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f552b4 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green32.2%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow26.5%
Key (black)3.9%
Color previews
#f552b4 text on a black background
contrast 6.75:1
Card sample
#f552b4 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f552b4;
Background color
Panel with #f552b4 background
background-color: #f552b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f552b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 82, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 82, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f552b4; background: linear-gradient(135deg, #f552b4, #F55C52);