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