#ff5d7f
a light, electric red · warm · closest name: salmon
RGB
255, 93, 127
HSL
347°, 100%, 68%
CMYK
0, 64, 50, 0
Luminance
0.3062
Every format
| HEX | #ff5d7f |
| RGB | rgb(255, 93, 127) |
| HSL | hsl(347, 100%, 68%) |
| CMYK | cmyk(0%, 64%, 50%, 0%) |
| LAB | lab(62.2 63.9 15.0) |
| LCH | lch(62.2 65.6 13.2) |
| OKLCH | oklch(0.699 0.197 11.2) |
Copy-ready code
/* CSS */
color: #ff5d7f;
background-color: #ff5d7f;
/* Tailwind (arbitrary) */
class="text-[#ff5d7f] bg-[#ff5d7f]"
/* SCSS */
$brand: #ff5d7f;
/* SwiftUI */
Color(red: 1.000, green: 0.365, blue: 0.498)
/* Android */
Color.parseColor("#ff5d7f")Accessibility — WCAG contrast
Aa
#ff5d7f on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5d7f on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green36.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow50.2%
Key (black)0.0%
Color previews
#ff5d7f text on a black background
contrast 7.12:1
Card sample
#ff5d7f text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5d7f;
Background color
Panel with #ff5d7f background
background-color: #ff5d7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5d7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 93, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 93, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5d7f; background: linear-gradient(135deg, #ff5d7f, #FFA75D);