#ff956d
a light, electric orange · warm · closest name: salmon
RGB
255, 149, 109
HSL
16°, 100%, 71%
CMYK
0, 42, 57, 0
Luminance
0.4386
Every format
| HEX | #ff956d |
| RGB | rgb(255, 149, 109) |
| HSL | hsl(16, 100%, 71%) |
| CMYK | cmyk(0%, 42%, 57%, 0%) |
| LAB | lab(72.1 36.1 38.2) |
| LCH | lch(72.1 52.6 46.6) |
| OKLCH | oklch(0.773 0.139 41.2) |
Copy-ready code
/* CSS */
color: #ff956d;
background-color: #ff956d;
/* Tailwind (arbitrary) */
class="text-[#ff956d] bg-[#ff956d]"
/* SCSS */
$brand: #ff956d;
/* SwiftUI */
Color(red: 1.000, green: 0.584, blue: 0.427)
/* Android */
Color.parseColor("#ff956d")Accessibility — WCAG contrast
Aa
#ff956d on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff956d on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.4%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow57.3%
Key (black)0.0%
Color previews
#ff956d text on a black background
contrast 9.77:1
Card sample
#ff956d text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff956d;
Background color
Panel with #ff956d background
background-color: #ff956d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff956d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 149, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 149, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff956d; background: linear-gradient(135deg, #ff956d, #FFF66D);