#c27e70
a balanced, soft red · warm · closest name: sienna
RGB
194, 126, 112
HSL
10°, 40%, 60%
CMYK
0, 35, 42, 24
Luminance
0.2756
Every format
| HEX | #c27e70 |
| RGB | rgb(194, 126, 112) |
| HSL | hsl(10, 40%, 60%) |
| CMYK | cmyk(0%, 35%, 42%, 24%) |
| LAB | lab(59.5 24.7 18.5) |
| LCH | lch(59.5 30.9 36.9) |
| OKLCH | oklch(0.660 0.088 32.2) |
Copy-ready code
/* CSS */
color: #c27e70;
background-color: #c27e70;
/* Tailwind (arbitrary) */
class="text-[#c27e70] bg-[#c27e70]"
/* SCSS */
$brand: #c27e70;
/* SwiftUI */
Color(red: 0.761, green: 0.494, blue: 0.439)
/* Android */
Color.parseColor("#c27e70")Accessibility — WCAG contrast
Aa
#c27e70 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c27e70 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green49.4%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow42.3%
Key (black)23.9%
Color previews
#c27e70 text on a black background
contrast 6.51:1
Card sample
#c27e70 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c27e70;
Background color
Panel with #c27e70 background
background-color: #c27e70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c27e70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 126, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 126, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c27e70; background: linear-gradient(135deg, #c27e70, #C2B570);