#f552c2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 82, 194
HSL
319°, 89%, 64%
CMYK
0, 67, 21, 4
Luminance
0.2934
Every format
| HEX | #f552c2 |
| RGB | rgb(245, 82, 194) |
| HSL | hsl(319, 89%, 64%) |
| CMYK | cmyk(0%, 67%, 21%, 4%) |
| LAB | lab(61.1 72.5 -25.4) |
| LCH | lch(61.1 76.8 340.7) |
| OKLCH | oklch(0.695 0.228 342.6) |
Copy-ready code
/* CSS */
color: #f552c2;
background-color: #f552c2;
/* Tailwind (arbitrary) */
class="text-[#f552c2] bg-[#f552c2]"
/* SCSS */
$brand: #f552c2;
/* SwiftUI */
Color(red: 0.961, green: 0.322, blue: 0.761)
/* Android */
Color.parseColor("#f552c2")Accessibility — WCAG contrast
Aa
#f552c2 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f552c2 on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green32.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow20.8%
Key (black)3.9%
Color previews
#f552c2 text on a black background
contrast 6.87:1
Card sample
#f552c2 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f552c2;
Background color
Panel with #f552c2 background
background-color: #f552c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f552c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 82, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 82, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f552c2; background: linear-gradient(135deg, #f552c2, #F55255);