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