#ff856c
a light, electric red · warm · closest name: salmon
RGB
255, 133, 108
HSL
10°, 100%, 71%
CMYK
0, 48, 58, 0
Luminance
0.3912
Every format
| HEX | #ff856c |
| RGB | rgb(255, 133, 108) |
| HSL | hsl(10, 100%, 71%) |
| CMYK | cmyk(0%, 48%, 58%, 0%) |
| LAB | lab(68.8 44.1 34.5) |
| LCH | lch(68.8 56.0 38.1) |
| OKLCH | oklch(0.748 0.154 32.8) |
Copy-ready code
/* CSS */
color: #ff856c;
background-color: #ff856c;
/* Tailwind (arbitrary) */
class="text-[#ff856c] bg-[#ff856c]"
/* SCSS */
$brand: #ff856c;
/* SwiftUI */
Color(red: 1.000, green: 0.522, blue: 0.424)
/* Android */
Color.parseColor("#ff856c")Accessibility — WCAG contrast
Aa
#ff856c on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff856c on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow57.6%
Key (black)0.0%
Color previews
#ff856c text on a black background
contrast 8.82:1
Card sample
#ff856c text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff856c;
Background color
Panel with #ff856c background
background-color: #ff856c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff856c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 133, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 133, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff856c; background: linear-gradient(135deg, #ff856c, #FFE76C);