#cb565f
a balanced, vivid red · warm · closest name: salmon
RGB
203, 86, 95
HSL
355°, 53%, 57%
CMYK
0, 58, 53, 20
Luminance
0.2018
Every format
| HEX | #cb565f |
| RGB | rgb(203, 86, 95) |
| HSL | hsl(355, 53%, 57%) |
| CMYK | cmyk(0%, 58%, 53%, 20%) |
| LAB | lab(52.0 47.2 18.5) |
| LCH | lch(52.0 50.7 21.4) |
| OKLCH | oklch(0.605 0.149 18.0) |
Copy-ready code
/* CSS */
color: #cb565f;
background-color: #cb565f;
/* Tailwind (arbitrary) */
class="text-[#cb565f] bg-[#cb565f]"
/* SCSS */
$brand: #cb565f;
/* SwiftUI */
Color(red: 0.796, green: 0.337, blue: 0.373)
/* Android */
Color.parseColor("#cb565f")Accessibility — WCAG contrast
Aa
#cb565f on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb565f on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green33.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow53.2%
Key (black)20.4%
Color previews
#cb565f text on a black background
contrast 5.04:1
Card sample
#cb565f text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb565f;
Background color
Panel with #cb565f background
background-color: #cb565f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb565f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 86, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 86, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb565f; background: linear-gradient(135deg, #cb565f, #CB9B56);