#ff957e
a light, electric red · warm · closest name: salmon
RGB
255, 149, 126
HSL
11°, 100%, 75%
CMYK
0, 42, 51, 0
Luminance
0.4426
Every format
| HEX | #ff957e |
| RGB | rgb(255, 149, 126) |
| HSL | hsl(11, 100%, 75%) |
| CMYK | cmyk(0%, 42%, 51%, 0%) |
| LAB | lab(72.4 37.5 29.4) |
| LCH | lch(72.4 47.6 38.1) |
| OKLCH | oklch(0.776 0.133 33.2) |
Copy-ready code
/* CSS */
color: #ff957e;
background-color: #ff957e;
/* Tailwind (arbitrary) */
class="text-[#ff957e] bg-[#ff957e]"
/* SCSS */
$brand: #ff957e;
/* SwiftUI */
Color(red: 1.000, green: 0.584, blue: 0.494)
/* Android */
Color.parseColor("#ff957e")Accessibility — WCAG contrast
Aa
#ff957e on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff957e on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.4%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow50.6%
Key (black)0.0%
Color previews
#ff957e text on a black background
contrast 9.85:1
Card sample
#ff957e text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff957e;
Background color
Panel with #ff957e background
background-color: #ff957e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff957e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 149, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 149, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff957e; background: linear-gradient(135deg, #ff957e, #FFEB7E);