#cb536f
a balanced, vivid red · warm · closest name: salmon
RGB
203, 83, 111
HSL
346°, 54%, 56%
CMYK
0, 59, 45, 20
Luminance
0.2003
Every format
| HEX | #cb536f |
| RGB | rgb(203, 83, 111) |
| HSL | hsl(346, 54%, 56%) |
| CMYK | cmyk(0%, 59%, 45%, 20%) |
| LAB | lab(51.9 50.1 8.7) |
| LCH | lch(51.9 50.8 9.9) |
| OKLCH | oklch(0.605 0.154 8.5) |
Copy-ready code
/* CSS */
color: #cb536f;
background-color: #cb536f;
/* Tailwind (arbitrary) */
class="text-[#cb536f] bg-[#cb536f]"
/* SCSS */
$brand: #cb536f;
/* SwiftUI */
Color(red: 0.796, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#cb536f")Accessibility — WCAG contrast
Aa
#cb536f on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb536f on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green32.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow45.3%
Key (black)20.4%
Color previews
#cb536f text on a black background
contrast 5.01:1
Card sample
#cb536f text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb536f;
Background color
Panel with #cb536f background
background-color: #cb536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb536f; background: linear-gradient(135deg, #cb536f, #CB8753);