#cb7474
a balanced, vivid red · warm · closest name: salmon
RGB
203, 116, 116
HSL
0°, 46%, 63%
CMYK
0, 43, 43, 20
Luminance
0.2645
Every format
| HEX | #cb7474 |
| RGB | rgb(203, 116, 116) |
| HSL | hsl(0, 46%, 63%) |
| CMYK | cmyk(0%, 43%, 43%, 20%) |
| LAB | lab(58.5 34.1 15.0) |
| LCH | lch(58.5 37.2 23.8) |
| OKLCH | oklch(0.655 0.110 20.5) |
Copy-ready code
/* CSS */
color: #cb7474;
background-color: #cb7474;
/* Tailwind (arbitrary) */
class="text-[#cb7474] bg-[#cb7474]"
/* SCSS */
$brand: #cb7474;
/* SwiftUI */
Color(red: 0.796, green: 0.455, blue: 0.455)
/* Android */
Color.parseColor("#cb7474")Accessibility — WCAG contrast
Aa
#cb7474 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7474 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green45.5%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow42.9%
Key (black)20.4%
Color previews
#cb7474 text on a black background
contrast 6.29:1
Card sample
#cb7474 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7474;
Background color
Panel with #cb7474 background
background-color: #cb7474;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7474;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 116, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 116, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7474; background: linear-gradient(135deg, #cb7474, #CBAE74);