#cb2d49
a balanced, vivid red · warm · closest name: crimson
RGB
203, 45, 73
HSL
349°, 64%, 49%
CMYK
0, 78, 64, 20
Luminance
0.1505
Every format
| HEX | #cb2d49 |
| RGB | rgb(203, 45, 73) |
| HSL | hsl(349, 64%, 49%) |
| CMYK | cmyk(0%, 78%, 64%, 20%) |
| LAB | lab(45.7 61.8 23.3) |
| LCH | lch(45.7 66.0 20.7) |
| OKLCH | oklch(0.556 0.193 16.9) |
Copy-ready code
/* CSS */
color: #cb2d49;
background-color: #cb2d49;
/* Tailwind (arbitrary) */
class="text-[#cb2d49] bg-[#cb2d49]"
/* SCSS */
$brand: #cb2d49;
/* SwiftUI */
Color(red: 0.796, green: 0.176, blue: 0.286)
/* Android */
Color.parseColor("#cb2d49")Accessibility — WCAG contrast
Aa
#cb2d49 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2d49 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow64.0%
Key (black)20.4%
Color previews
#cb2d49 text on a black background
contrast 4.01:1
Card sample
#cb2d49 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2d49;
Background color
Panel with #cb2d49 background
background-color: #cb2d49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2d49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 45, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 45, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2d49; background: linear-gradient(135deg, #cb2d49, #CB7A2D);