#ff5ffc
a light, electric magenta / pink · warm · closest name: magenta
RGB
255, 95, 252
HSL
301°, 100%, 69%
CMYK
0, 63, 1, 0
Luminance
0.3647
Every format
| HEX | #ff5ffc |
| RGB | rgb(255, 95, 252) |
| HSL | hsl(301, 100%, 69%) |
| CMYK | cmyk(0%, 63%, 1%, 0%) |
| LAB | lab(66.9 78.5 -48.8) |
| LCH | lch(66.9 92.4 328.1) |
| OKLCH | oklch(0.748 0.258 328.5) |
Copy-ready code
/* CSS */
color: #ff5ffc;
background-color: #ff5ffc;
/* Tailwind (arbitrary) */
class="text-[#ff5ffc] bg-[#ff5ffc]"
/* SCSS */
$brand: #ff5ffc;
/* SwiftUI */
Color(red: 1.000, green: 0.373, blue: 0.988)
/* Android */
Color.parseColor("#ff5ffc")Accessibility — WCAG contrast
Aa
#ff5ffc on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5ffc on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green37.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow1.2%
Key (black)0.0%
Color previews
#ff5ffc text on a black background
contrast 8.29:1
Card sample
#ff5ffc text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5ffc;
Background color
Panel with #ff5ffc background
background-color: #ff5ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 95, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 95, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5ffc; background: linear-gradient(135deg, #ff5ffc, #FF5F91);