#f554da
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 84, 218
HSL
310°, 89%, 65%
CMYK
0, 66, 11, 4
Luminance
0.3082
Every format
| HEX | #f554da |
| RGB | rgb(245, 84, 218) |
| HSL | hsl(310, 89%, 65%) |
| CMYK | cmyk(0%, 66%, 11%, 4%) |
| LAB | lab(62.4 75.0 -37.1) |
| LCH | lch(62.4 83.7 333.7) |
| OKLCH | oklch(0.707 0.241 335.2) |
Copy-ready code
/* CSS */
color: #f554da;
background-color: #f554da;
/* Tailwind (arbitrary) */
class="text-[#f554da] bg-[#f554da]"
/* SCSS */
$brand: #f554da;
/* SwiftUI */
Color(red: 0.961, green: 0.329, blue: 0.855)
/* Android */
Color.parseColor("#f554da")Accessibility — WCAG contrast
Aa
#f554da on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f554da on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green32.9%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow11.0%
Key (black)3.9%
Color previews
#f554da text on a black background
contrast 7.16:1
Card sample
#f554da text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f554da;
Background color
Panel with #f554da background
background-color: #f554da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f554da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 84, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 84, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f554da; background: linear-gradient(135deg, #f554da, #F5546E);