#c27770
a balanced, soft red · warm · closest name: salmon
RGB
194, 119, 112
HSL
5°, 40%, 60%
CMYK
0, 39, 42, 24
Luminance
0.2583
Every format
| HEX | #c27770 |
| RGB | rgb(194, 119, 112) |
| HSL | hsl(5, 40%, 60%) |
| CMYK | cmyk(0%, 39%, 42%, 24%) |
| LAB | lab(57.9 28.6 16.3) |
| LCH | lch(57.9 32.9 29.8) |
| OKLCH | oklch(0.648 0.096 25.8) |
Copy-ready code
/* CSS */
color: #c27770;
background-color: #c27770;
/* Tailwind (arbitrary) */
class="text-[#c27770] bg-[#c27770]"
/* SCSS */
$brand: #c27770;
/* SwiftUI */
Color(red: 0.761, green: 0.467, blue: 0.439)
/* Android */
Color.parseColor("#c27770")Accessibility — WCAG contrast
Aa
#c27770 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c27770 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green46.7%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow42.3%
Key (black)23.9%
Color previews
#c27770 text on a black background
contrast 6.17:1
Card sample
#c27770 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c27770;
Background color
Panel with #c27770 background
background-color: #c27770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c27770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 119, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 119, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c27770; background: linear-gradient(135deg, #c27770, #C2AE70);