#cb535b
a balanced, vivid red · warm · closest name: salmon
RGB
203, 83, 91
HSL
356°, 54%, 56%
CMYK
0, 59, 55, 20
Luminance
0.1964
Every format
| HEX | #cb535b |
| RGB | rgb(203, 83, 91) |
| HSL | hsl(356, 54%, 56%) |
| CMYK | cmyk(0%, 59%, 55%, 20%) |
| LAB | lab(51.4 48.3 20.0) |
| LCH | lch(51.4 52.3 22.5) |
| OKLCH | oklch(0.600 0.153 19.0) |
Copy-ready code
/* CSS */
color: #cb535b;
background-color: #cb535b;
/* Tailwind (arbitrary) */
class="text-[#cb535b] bg-[#cb535b]"
/* SCSS */
$brand: #cb535b;
/* SwiftUI */
Color(red: 0.796, green: 0.325, blue: 0.357)
/* Android */
Color.parseColor("#cb535b")Accessibility — WCAG contrast
Aa
#cb535b on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb535b on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green32.5%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow55.2%
Key (black)20.4%
Color previews
#cb535b text on a black background
contrast 4.93:1
Card sample
#cb535b text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb535b;
Background color
Panel with #cb535b background
background-color: #cb535b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb535b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 83, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 83, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb535b; background: linear-gradient(135deg, #cb535b, #CB9B53);