#ff5abd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 90, 189
HSL
324°, 100%, 68%
CMYK
0, 65, 26, 0
Luminance
0.3225
Every format
| HEX | #ff5abd |
| RGB | rgb(255, 90, 189) |
| HSL | hsl(324, 100%, 68%) |
| CMYK | cmyk(0%, 65%, 26%, 0%) |
| LAB | lab(63.5 71.4 -18.7) |
| LCH | lch(63.5 73.8 345.3) |
| OKLCH | oklch(0.715 0.222 347.2) |
Copy-ready code
/* CSS */
color: #ff5abd;
background-color: #ff5abd;
/* Tailwind (arbitrary) */
class="text-[#ff5abd] bg-[#ff5abd]"
/* SCSS */
$brand: #ff5abd;
/* SwiftUI */
Color(red: 1.000, green: 0.353, blue: 0.741)
/* Android */
Color.parseColor("#ff5abd")Accessibility — WCAG contrast
Aa
#ff5abd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5abd on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green35.3%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow25.9%
Key (black)0.0%
Color previews
#ff5abd text on a black background
contrast 7.45:1
Card sample
#ff5abd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5abd;
Background color
Panel with #ff5abd background
background-color: #ff5abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 90, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 90, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5abd; background: linear-gradient(135deg, #ff5abd, #FF655A);