#f55acf
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 90, 207
HSL
315°, 89%, 66%
CMYK
0, 63, 16, 4
Luminance
0.3123
Every format
| HEX | #f55acf |
| RGB | rgb(245, 90, 207) |
| HSL | hsl(315, 89%, 66%) |
| CMYK | cmyk(0%, 63%, 16%, 4%) |
| LAB | lab(62.7 71.2 -30.3) |
| LCH | lch(62.7 77.4 336.9) |
| OKLCH | oklch(0.708 0.226 338.7) |
Copy-ready code
/* CSS */
color: #f55acf;
background-color: #f55acf;
/* Tailwind (arbitrary) */
class="text-[#f55acf] bg-[#f55acf]"
/* SCSS */
$brand: #f55acf;
/* SwiftUI */
Color(red: 0.961, green: 0.353, blue: 0.812)
/* Android */
Color.parseColor("#f55acf")Accessibility — WCAG contrast
Aa
#f55acf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f55acf on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green35.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta63.3%
Yellow15.5%
Key (black)3.9%
Color previews
#f55acf text on a black background
contrast 7.25:1
Card sample
#f55acf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f55acf;
Background color
Panel with #f55acf background
background-color: #f55acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f55acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 90, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 90, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f55acf; background: linear-gradient(135deg, #f55acf, #F55A68);