#cd2149
a balanced, vivid red · warm · closest name: crimson
RGB
205, 33, 73
HSL
346°, 72%, 47%
CMYK
0, 84, 64, 20
Luminance
0.1455
Every format
| HEX | #cd2149 |
| RGB | rgb(205, 33, 73) |
| HSL | hsl(346, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 64%, 20%) |
| LAB | lab(45.0 65.4 22.5) |
| LCH | lch(45.0 69.2 19.0) |
| OKLCH | oklch(0.552 0.203 15.4) |
Copy-ready code
/* CSS */
color: #cd2149;
background-color: #cd2149;
/* Tailwind (arbitrary) */
class="text-[#cd2149] bg-[#cd2149]"
/* SCSS */
$brand: #cd2149;
/* SwiftUI */
Color(red: 0.804, green: 0.129, blue: 0.286)
/* Android */
Color.parseColor("#cd2149")Accessibility — WCAG contrast
Aa
#cd2149 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2149 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green12.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow64.4%
Key (black)19.6%
Color previews
#cd2149 text on a black background
contrast 3.91:1
Card sample
#cd2149 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2149;
Background color
Panel with #cd2149 background
background-color: #cd2149;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2149;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 33, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 33, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2149; background: linear-gradient(135deg, #cd2149, #CD6C21);