#ff818e
a light, electric red · warm · closest name: salmon
RGB
255, 129, 142
HSL
354°, 100%, 75%
CMYK
0, 49, 44, 0
Luminance
0.3891
Every format
| HEX | #ff818e |
| RGB | rgb(255, 129, 142) |
| HSL | hsl(354, 100%, 75%) |
| CMYK | cmyk(0%, 49%, 44%, 0%) |
| LAB | lab(68.7 49.0 15.5) |
| LCH | lch(68.7 51.4 17.6) |
| OKLCH | oklch(0.749 0.153 15.0) |
Copy-ready code
/* CSS */
color: #ff818e;
background-color: #ff818e;
/* Tailwind (arbitrary) */
class="text-[#ff818e] bg-[#ff818e]"
/* SCSS */
$brand: #ff818e;
/* SwiftUI */
Color(red: 1.000, green: 0.506, blue: 0.557)
/* Android */
Color.parseColor("#ff818e")Accessibility — WCAG contrast
Aa
#ff818e on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff818e on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green50.6%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow44.3%
Key (black)0.0%
Color previews
#ff818e text on a black background
contrast 8.78:1
Card sample
#ff818e text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff818e;
Background color
Panel with #ff818e background
background-color: #ff818e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff818e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 129, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 129, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff818e; background: linear-gradient(135deg, #ff818e, #FFC881);