#c76b6b
a balanced, vivid red · warm · closest name: salmon
RGB
199, 107, 107
HSL
0°, 45%, 60%
CMYK
0, 46, 46, 22
Luminance
0.2372
Every format
| HEX | #c76b6b |
| RGB | rgb(199, 107, 107) |
| HSL | hsl(0, 45%, 60%) |
| CMYK | cmyk(0%, 46%, 46%, 22%) |
| LAB | lab(55.8 36.4 16.5) |
| LCH | lch(55.8 39.9 24.4) |
| OKLCH | oklch(0.633 0.117 20.9) |
Copy-ready code
/* CSS */
color: #c76b6b;
background-color: #c76b6b;
/* Tailwind (arbitrary) */
class="text-[#c76b6b] bg-[#c76b6b]"
/* SCSS */
$brand: #c76b6b;
/* SwiftUI */
Color(red: 0.780, green: 0.420, blue: 0.420)
/* Android */
Color.parseColor("#c76b6b")Accessibility — WCAG contrast
Aa
#c76b6b on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76b6b on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green42.0%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow46.2%
Key (black)22.0%
Color previews
#c76b6b text on a black background
contrast 5.74:1
Card sample
#c76b6b text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76b6b;
Background color
Panel with #c76b6b background
background-color: #c76b6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76b6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 107, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 107, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76b6b; background: linear-gradient(135deg, #c76b6b, #C7A86B);