#cb2136
a balanced, vivid red · warm · closest name: crimson
RGB
203, 33, 54
HSL
353°, 72%, 46%
CMYK
0, 84, 73, 20
Luminance
0.1405
Every format
| HEX | #cb2136 |
| RGB | rgb(203, 33, 54) |
| HSL | hsl(353, 72%, 46%) |
| CMYK | cmyk(0%, 84%, 73%, 20%) |
| LAB | lab(44.3 64.0 33.1) |
| LCH | lch(44.3 72.0 27.4) |
| OKLCH | oklch(0.545 0.202 21.8) |
Copy-ready code
/* CSS */
color: #cb2136;
background-color: #cb2136;
/* Tailwind (arbitrary) */
class="text-[#cb2136] bg-[#cb2136]"
/* SCSS */
$brand: #cb2136;
/* SwiftUI */
Color(red: 0.796, green: 0.129, blue: 0.212)
/* Android */
Color.parseColor("#cb2136")Accessibility — WCAG contrast
Aa
#cb2136 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2136 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green12.9%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta83.7%
Yellow73.4%
Key (black)20.4%
Color previews
#cb2136 text on a black background
contrast 3.81:1
Card sample
#cb2136 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2136;
Background color
Panel with #cb2136 background
background-color: #cb2136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 33, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 33, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2136; background: linear-gradient(135deg, #cb2136, #CB7D21);