#c96969
a balanced, vivid red · warm · closest name: salmon
RGB
201, 105, 105
HSL
0°, 47%, 60%
CMYK
0, 48, 48, 21
Luminance
0.2354
Every format
| HEX | #c96969 |
| RGB | rgb(201, 105, 105) |
| HSL | hsl(0, 47%, 60%) |
| CMYK | cmyk(0%, 48%, 48%, 21%) |
| LAB | lab(55.6 38.0 17.4) |
| LCH | lch(55.6 41.8 24.7) |
| OKLCH | oklch(0.632 0.122 21.1) |
Copy-ready code
/* CSS */
color: #c96969;
background-color: #c96969;
/* Tailwind (arbitrary) */
class="text-[#c96969] bg-[#c96969]"
/* SCSS */
$brand: #c96969;
/* SwiftUI */
Color(red: 0.788, green: 0.412, blue: 0.412)
/* Android */
Color.parseColor("#c96969")Accessibility — WCAG contrast
Aa
#c96969 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c96969 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green41.2%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow47.8%
Key (black)21.2%
Color previews
#c96969 text on a black background
contrast 5.71:1
Card sample
#c96969 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c96969;
Background color
Panel with #c96969 background
background-color: #c96969;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c96969;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 105, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 105, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c96969; background: linear-gradient(135deg, #c96969, #C9A969);