#cd2136
a balanced, vivid red · warm · closest name: crimson
RGB
205, 33, 54
HSL
353°, 72%, 47%
CMYK
0, 84, 74, 20
Luminance
0.1433
Every format
| HEX | #cd2136 |
| RGB | rgb(205, 33, 54) |
| HSL | hsl(353, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 74%, 20%) |
| LAB | lab(44.7 64.5 33.7) |
| LCH | lch(44.7 72.8 27.6) |
| OKLCH | oklch(0.548 0.203 22.0) |
Copy-ready code
/* CSS */
color: #cd2136;
background-color: #cd2136;
/* Tailwind (arbitrary) */
class="text-[#cd2136] bg-[#cd2136]"
/* SCSS */
$brand: #cd2136;
/* SwiftUI */
Color(red: 0.804, green: 0.129, blue: 0.212)
/* Android */
Color.parseColor("#cd2136")Accessibility — WCAG contrast
Aa
#cd2136 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2136 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green12.9%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow73.7%
Key (black)19.6%
Color previews
#cd2136 text on a black background
contrast 3.87:1
Card sample
#cd2136 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2136;
Background color
Panel with #cd2136 background
background-color: #cd2136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 33, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 33, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2136; background: linear-gradient(135deg, #cd2136, #CD7F21);