#cd2839
a balanced, vivid red · warm · closest name: crimson
RGB
205, 40, 57
HSL
354°, 67%, 48%
CMYK
0, 81, 72, 20
Luminance
0.1479
Every format
| HEX | #cd2839 |
| RGB | rgb(205, 40, 57) |
| HSL | hsl(354, 67%, 48%) |
| CMYK | cmyk(0%, 81%, 72%, 20%) |
| LAB | lab(45.4 62.9 32.7) |
| LCH | lch(45.4 70.9 27.4) |
| OKLCH | oklch(0.553 0.199 22.0) |
Copy-ready code
/* CSS */
color: #cd2839;
background-color: #cd2839;
/* Tailwind (arbitrary) */
class="text-[#cd2839] bg-[#cd2839]"
/* SCSS */
$brand: #cd2839;
/* SwiftUI */
Color(red: 0.804, green: 0.157, blue: 0.224)
/* Android */
Color.parseColor("#cd2839")Accessibility — WCAG contrast
Aa
#cd2839 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2839 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green15.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow72.2%
Key (black)19.6%
Color previews
#cd2839 text on a black background
contrast 3.96:1
Card sample
#cd2839 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2839;
Background color
Panel with #cd2839 background
background-color: #cd2839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 40, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 40, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2839; background: linear-gradient(135deg, #cd2839, #CD8528);