#cb5548
a balanced, vivid red · warm · closest name: salmon
RGB
203, 85, 72
HSL
6°, 56%, 54%
CMYK
0, 58, 65, 20
Luminance
0.1966
Every format
| HEX | #cb5548 |
| RGB | rgb(203, 85, 72) |
| HSL | hsl(6, 56%, 54%) |
| CMYK | cmyk(0%, 58%, 65%, 20%) |
| LAB | lab(51.5 46.0 31.2) |
| LCH | lch(51.5 55.6 34.1) |
| OKLCH | oklch(0.599 0.153 28.7) |
Copy-ready code
/* CSS */
color: #cb5548;
background-color: #cb5548;
/* Tailwind (arbitrary) */
class="text-[#cb5548] bg-[#cb5548]"
/* SCSS */
$brand: #cb5548;
/* SwiftUI */
Color(red: 0.796, green: 0.333, blue: 0.282)
/* Android */
Color.parseColor("#cb5548")Accessibility — WCAG contrast
Aa
#cb5548 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5548 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green33.3%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow64.5%
Key (black)20.4%
Color previews
#cb5548 text on a black background
contrast 4.93:1
Card sample
#cb5548 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5548;
Background color
Panel with #cb5548 background
background-color: #cb5548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 85, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 85, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5548; background: linear-gradient(135deg, #cb5548, #CBAC48);