#ff856e
a light, electric red · warm · closest name: salmon
RGB
255, 133, 110
HSL
10°, 100%, 72%
CMYK
0, 48, 57, 0
Luminance
0.3916
Every format
| HEX | #ff856e |
| RGB | rgb(255, 133, 110) |
| HSL | hsl(10, 100%, 72%) |
| CMYK | cmyk(0%, 48%, 57%, 0%) |
| LAB | lab(68.9 44.3 33.5) |
| LCH | lch(68.9 55.5 37.1) |
| OKLCH | oklch(0.748 0.153 32.0) |
Copy-ready code
/* CSS */
color: #ff856e;
background-color: #ff856e;
/* Tailwind (arbitrary) */
class="text-[#ff856e] bg-[#ff856e]"
/* SCSS */
$brand: #ff856e;
/* SwiftUI */
Color(red: 1.000, green: 0.522, blue: 0.431)
/* Android */
Color.parseColor("#ff856e")Accessibility — WCAG contrast
Aa
#ff856e on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff856e on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.2%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow56.9%
Key (black)0.0%
Color previews
#ff856e text on a black background
contrast 8.83:1
Card sample
#ff856e text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff856e;
Background color
Panel with #ff856e background
background-color: #ff856e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff856e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 133, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 133, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff856e; background: linear-gradient(135deg, #ff856e, #FFE66E);