#ff5afb
a light, electric magenta / pink · warm · closest name: magenta
RGB
255, 90, 251
HSL
302°, 100%, 68%
CMYK
0, 65, 2, 0
Luminance
0.3554
Every format
| HEX | #ff5afb |
| RGB | rgb(255, 90, 251) |
| HSL | hsl(302, 100%, 68%) |
| CMYK | cmyk(0%, 65%, 2%, 0%) |
| LAB | lab(66.2 80.2 -49.3) |
| LCH | lch(66.2 94.1 328.4) |
| OKLCH | oklch(0.743 0.263 328.8) |
Copy-ready code
/* CSS */
color: #ff5afb;
background-color: #ff5afb;
/* Tailwind (arbitrary) */
class="text-[#ff5afb] bg-[#ff5afb]"
/* SCSS */
$brand: #ff5afb;
/* SwiftUI */
Color(red: 1.000, green: 0.353, blue: 0.984)
/* Android */
Color.parseColor("#ff5afb")Accessibility — WCAG contrast
Aa
#ff5afb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5afb on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green35.3%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow1.6%
Key (black)0.0%
Color previews
#ff5afb text on a black background
contrast 8.11:1
Card sample
#ff5afb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5afb;
Background color
Panel with #ff5afb background
background-color: #ff5afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 90, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 90, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5afb; background: linear-gradient(135deg, #ff5afb, #FF5A8D);