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