#cd2549
a balanced, vivid red · warm · closest name: crimson
RGB
205, 37, 73
HSL
347°, 69%, 48%
CMYK
0, 82, 64, 20
Luminance
0.1478
Every format
| HEX | #cd2549 |
| RGB | rgb(205, 37, 73) |
| HSL | hsl(347, 69%, 48%) |
| CMYK | cmyk(0%, 82%, 64%, 20%) |
| LAB | lab(45.3 64.5 22.9) |
| LCH | lch(45.3 68.4 19.6) |
| OKLCH | oklch(0.554 0.200 15.9) |
Copy-ready code
/* CSS */
color: #cd2549;
background-color: #cd2549;
/* Tailwind (arbitrary) */
class="text-[#cd2549] bg-[#cd2549]"
/* SCSS */
$brand: #cd2549;
/* SwiftUI */
Color(red: 0.804, green: 0.145, blue: 0.286)
/* Android */
Color.parseColor("#cd2549")Accessibility — WCAG contrast
Aa
#cd2549 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2549 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green14.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow64.4%
Key (black)19.6%
Color previews
#cd2549 text on a black background
contrast 3.96:1
Card sample
#cd2549 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2549;
Background color
Panel with #cd2549 background
background-color: #cd2549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 37, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 37, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2549; background: linear-gradient(135deg, #cd2549, #CD7125);