#ff6c76
a light, electric red · warm · closest name: salmon
RGB
255, 108, 118
HSL
356°, 100%, 71%
CMYK
0, 58, 54, 0
Luminance
0.3329
Every format
| HEX | #ff6c76 |
| RGB | rgb(255, 108, 118) |
| HSL | hsl(356, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 54%, 0%) |
| LAB | lab(64.4 56.7 23.2) |
| LCH | lch(64.4 61.3 22.2) |
| OKLCH | oklch(0.715 0.179 18.7) |
Copy-ready code
/* CSS */
color: #ff6c76;
background-color: #ff6c76;
/* Tailwind (arbitrary) */
class="text-[#ff6c76] bg-[#ff6c76]"
/* SCSS */
$brand: #ff6c76;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.463)
/* Android */
Color.parseColor("#ff6c76")Accessibility — WCAG contrast
Aa
#ff6c76 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6c76 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow53.7%
Key (black)0.0%
Color previews
#ff6c76 text on a black background
contrast 7.66:1
Card sample
#ff6c76 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6c76;
Background color
Panel with #ff6c76 background
background-color: #ff6c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6c76; background: linear-gradient(135deg, #ff6c76, #FFC46C);