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