#cb4f5f
a balanced, vivid red · warm · closest name: salmon
RGB
203, 79, 95
HSL
352°, 54%, 55%
CMYK
0, 61, 53, 20
Luminance
0.1911
Every format
| HEX | #cb4f5f |
| RGB | rgb(203, 79, 95) |
| HSL | hsl(352, 54%, 55%) |
| CMYK | cmyk(0%, 61%, 53%, 20%) |
| LAB | lab(50.8 50.5 16.8) |
| LCH | lch(50.8 53.2 18.4) |
| OKLCH | oklch(0.596 0.158 15.5) |
Copy-ready code
/* CSS */
color: #cb4f5f;
background-color: #cb4f5f;
/* Tailwind (arbitrary) */
class="text-[#cb4f5f] bg-[#cb4f5f]"
/* SCSS */
$brand: #cb4f5f;
/* SwiftUI */
Color(red: 0.796, green: 0.310, blue: 0.373)
/* Android */
Color.parseColor("#cb4f5f")Accessibility — WCAG contrast
Aa
#cb4f5f on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4f5f on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green31.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow53.2%
Key (black)20.4%
Color previews
#cb4f5f text on a black background
contrast 4.82:1
Card sample
#cb4f5f text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4f5f;
Background color
Panel with #cb4f5f background
background-color: #cb4f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 79, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 79, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4f5f; background: linear-gradient(135deg, #cb4f5f, #CB924F);