#ff776b
a light, electric red · warm · closest name: salmon
RGB
255, 119, 107
HSL
5°, 100%, 71%
CMYK
0, 53, 58, 0
Luminance
0.3552
Every format
| HEX | #ff776b |
| RGB | rgb(255, 119, 107) |
| HSL | hsl(5, 100%, 71%) |
| CMYK | cmyk(0%, 53%, 58%, 0%) |
| LAB | lab(66.2 50.9 31.7) |
| LCH | lch(66.2 59.9 31.9) |
| OKLCH | oklch(0.728 0.168 27.1) |
Copy-ready code
/* CSS */
color: #ff776b;
background-color: #ff776b;
/* Tailwind (arbitrary) */
class="text-[#ff776b] bg-[#ff776b]"
/* SCSS */
$brand: #ff776b;
/* SwiftUI */
Color(red: 1.000, green: 0.467, blue: 0.420)
/* Android */
Color.parseColor("#ff776b")Accessibility — WCAG contrast
Aa
#ff776b on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff776b on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green46.7%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow58.0%
Key (black)0.0%
Color previews
#ff776b text on a black background
contrast 8.10:1
Card sample
#ff776b text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff776b;
Background color
Panel with #ff776b background
background-color: #ff776b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff776b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 119, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 119, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff776b; background: linear-gradient(135deg, #ff776b, #FFDA6B);