#f55dbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 93, 191
HSL
321°, 88%, 66%
CMYK
0, 62, 22, 4
Luminance
0.3100
Every format
| HEX | #f55dbf |
| RGB | rgb(245, 93, 191) |
| HSL | hsl(321, 88%, 66%) |
| CMYK | cmyk(0%, 62%, 22%, 4%) |
| LAB | lab(62.5 67.8 -21.5) |
| LCH | lch(62.5 71.2 342.4) |
| OKLCH | oklch(0.705 0.212 344.3) |
Copy-ready code
/* CSS */
color: #f55dbf;
background-color: #f55dbf;
/* Tailwind (arbitrary) */
class="text-[#f55dbf] bg-[#f55dbf]"
/* SCSS */
$brand: #f55dbf;
/* SwiftUI */
Color(red: 0.961, green: 0.365, blue: 0.749)
/* Android */
Color.parseColor("#f55dbf")Accessibility — WCAG contrast
Aa
#f55dbf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f55dbf on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green36.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow22.0%
Key (black)3.9%
Color previews
#f55dbf text on a black background
contrast 7.20:1
Card sample
#f55dbf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f55dbf;
Background color
Panel with #f55dbf background
background-color: #f55dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f55dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 93, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 93, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f55dbf; background: linear-gradient(135deg, #f55dbf, #F5605D);