#ff807b
a light, electric red · warm · closest name: salmon
RGB
255, 128, 123
HSL
2°, 100%, 74%
CMYK
0, 50, 52, 0
Luminance
0.3813
Every format
| HEX | #ff807b |
| RGB | rgb(255, 128, 123) |
| HSL | hsl(2, 100%, 74%) |
| CMYK | cmyk(0%, 50%, 52%, 0%) |
| LAB | lab(68.1 47.8 25.4) |
| LCH | lch(68.1 54.1 28.0) |
| OKLCH | oklch(0.743 0.156 23.9) |
Copy-ready code
/* CSS */
color: #ff807b;
background-color: #ff807b;
/* Tailwind (arbitrary) */
class="text-[#ff807b] bg-[#ff807b]"
/* SCSS */
$brand: #ff807b;
/* SwiftUI */
Color(red: 1.000, green: 0.502, blue: 0.482)
/* Android */
Color.parseColor("#ff807b")Accessibility — WCAG contrast
Aa
#ff807b on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff807b on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green50.2%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow51.8%
Key (black)0.0%
Color previews
#ff807b text on a black background
contrast 8.63:1
Card sample
#ff807b text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff807b;
Background color
Panel with #ff807b background
background-color: #ff807b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff807b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 128, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 128, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff807b; background: linear-gradient(135deg, #ff807b, #FFD87B);