#f55cd3
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 92, 211
HSL
313°, 88%, 66%
CMYK
0, 62, 14, 4
Luminance
0.3177
Every format
| HEX | #f55cd3 |
| RGB | rgb(245, 92, 211) |
| HSL | hsl(313, 88%, 66%) |
| CMYK | cmyk(0%, 62%, 14%, 4%) |
| LAB | lab(63.2 71.0 -31.9) |
| LCH | lch(63.2 77.8 335.8) |
| OKLCH | oklch(0.712 0.226 337.5) |
Copy-ready code
/* CSS */
color: #f55cd3;
background-color: #f55cd3;
/* Tailwind (arbitrary) */
class="text-[#f55cd3] bg-[#f55cd3]"
/* SCSS */
$brand: #f55cd3;
/* SwiftUI */
Color(red: 0.961, green: 0.361, blue: 0.827)
/* Android */
Color.parseColor("#f55cd3")Accessibility — WCAG contrast
Aa
#f55cd3 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f55cd3 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green36.1%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow13.9%
Key (black)3.9%
Color previews
#f55cd3 text on a black background
contrast 7.35:1
Card sample
#f55cd3 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f55cd3;
Background color
Panel with #f55cd3 background
background-color: #f55cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f55cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 92, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 92, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f55cd3; background: linear-gradient(135deg, #f55cd3, #F55C6D);