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