#ff5f9b
a light, electric magenta / pink · warm · closest name: salmon
RGB
255, 95, 155
HSL
338°, 100%, 69%
CMYK
0, 63, 39, 0
Luminance
0.3181
Every format
| HEX | #ff5f9b |
| RGB | rgb(255, 95, 155) |
| HSL | hsl(338, 100%, 69%) |
| CMYK | cmyk(0%, 63%, 39%, 0%) |
| LAB | lab(63.2 65.6 0.3) |
| LCH | lch(63.2 65.6 0.2) |
| OKLCH | oklch(0.709 0.201 0.4) |
Copy-ready code
/* CSS */
color: #ff5f9b;
background-color: #ff5f9b;
/* Tailwind (arbitrary) */
class="text-[#ff5f9b] bg-[#ff5f9b]"
/* SCSS */
$brand: #ff5f9b;
/* SwiftUI */
Color(red: 1.000, green: 0.373, blue: 0.608)
/* Android */
Color.parseColor("#ff5f9b")Accessibility — WCAG contrast
Aa
#ff5f9b on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5f9b on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green37.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow39.2%
Key (black)0.0%
Color previews
#ff5f9b text on a black background
contrast 7.36:1
Card sample
#ff5f9b text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5f9b;
Background color
Panel with #ff5f9b background
background-color: #ff5f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 95, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 95, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5f9b; background: linear-gradient(135deg, #ff5f9b, #FF8E5F);