#fd55ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 85, 186
HSL
324°, 98%, 66%
CMYK
0, 66, 27, 1
Luminance
0.3092
Every format
| HEX | #fd55ba |
| RGB | rgb(253, 85, 186) |
| HSL | hsl(324, 98%, 66%) |
| CMYK | cmyk(0%, 66%, 27%, 1%) |
| LAB | lab(62.5 72.4 -18.7) |
| LCH | lch(62.5 74.8 345.5) |
| OKLCH | oklch(0.706 0.225 347.4) |
Copy-ready code
/* CSS */
color: #fd55ba;
background-color: #fd55ba;
/* Tailwind (arbitrary) */
class="text-[#fd55ba] bg-[#fd55ba]"
/* SCSS */
$brand: #fd55ba;
/* SwiftUI */
Color(red: 0.992, green: 0.333, blue: 0.729)
/* Android */
Color.parseColor("#fd55ba")Accessibility — WCAG contrast
Aa
#fd55ba on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd55ba on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green33.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow26.5%
Key (black)0.8%
Color previews
#fd55ba text on a black background
contrast 7.18:1
Card sample
#fd55ba text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd55ba;
Background color
Panel with #fd55ba background
background-color: #fd55ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd55ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 85, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 85, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd55ba; background: linear-gradient(135deg, #fd55ba, #FD6055);