#ff916c
a light, electric orange · warm · closest name: salmon
RGB
255, 145, 108
HSL
15°, 100%, 71%
CMYK
0, 43, 58, 0
Luminance
0.4259
Every format
| HEX | #ff916c |
| RGB | rgb(255, 145, 108) |
| HSL | hsl(15, 100%, 71%) |
| CMYK | cmyk(0%, 43%, 58%, 0%) |
| LAB | lab(71.3 38.1 37.6) |
| LCH | lch(71.3 53.5 44.7) |
| OKLCH | oklch(0.767 0.143 39.2) |
Copy-ready code
/* CSS */
color: #ff916c;
background-color: #ff916c;
/* Tailwind (arbitrary) */
class="text-[#ff916c] bg-[#ff916c]"
/* SCSS */
$brand: #ff916c;
/* SwiftUI */
Color(red: 1.000, green: 0.569, blue: 0.424)
/* Android */
Color.parseColor("#ff916c")Accessibility — WCAG contrast
Aa
#ff916c on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff916c on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.9%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow57.6%
Key (black)0.0%
Color previews
#ff916c text on a black background
contrast 9.52:1
Card sample
#ff916c text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff916c;
Background color
Panel with #ff916c background
background-color: #ff916c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff916c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 145, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 145, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff916c; background: linear-gradient(135deg, #ff916c, #FFF36C);