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