#c9727b
a balanced, soft red · warm · closest name: salmon
RGB
201, 114, 123
HSL
354°, 45%, 62%
CMYK
0, 43, 39, 21
Luminance
0.2588
Every format
| HEX | #c9727b |
| RGB | rgb(201, 114, 123) |
| HSL | hsl(354, 45%, 62%) |
| CMYK | cmyk(0%, 43%, 39%, 21%) |
| LAB | lab(57.9 35.2 10.2) |
| LCH | lch(57.9 36.6 16.1) |
| OKLCH | oklch(0.651 0.110 14.0) |
Copy-ready code
/* CSS */
color: #c9727b;
background-color: #c9727b;
/* Tailwind (arbitrary) */
class="text-[#c9727b] bg-[#c9727b]"
/* SCSS */
$brand: #c9727b;
/* SwiftUI */
Color(red: 0.788, green: 0.447, blue: 0.482)
/* Android */
Color.parseColor("#c9727b")Accessibility — WCAG contrast
Aa
#c9727b on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c9727b on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green44.7%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow38.8%
Key (black)21.2%
Color previews
#c9727b text on a black background
contrast 6.18:1
Card sample
#c9727b text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9727b;
Background color
Panel with #c9727b background
background-color: #c9727b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9727b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 114, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 114, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9727b; background: linear-gradient(135deg, #c9727b, #C9A372);