#cd2c4f
a balanced, vivid red · warm · closest name: crimson
RGB
205, 44, 79
HSL
347°, 65%, 49%
CMYK
0, 79, 62, 20
Luminance
0.1535
Every format
| HEX | #cd2c4f |
| RGB | rgb(205, 44, 79) |
| HSL | hsl(347, 65%, 49%) |
| CMYK | cmyk(0%, 79%, 62%, 20%) |
| LAB | lab(46.1 63.0 20.3) |
| LCH | lch(46.1 66.1 17.8) |
| OKLCH | oklch(0.560 0.195 14.6) |
Copy-ready code
/* CSS */
color: #cd2c4f;
background-color: #cd2c4f;
/* Tailwind (arbitrary) */
class="text-[#cd2c4f] bg-[#cd2c4f]"
/* SCSS */
$brand: #cd2c4f;
/* SwiftUI */
Color(red: 0.804, green: 0.173, blue: 0.310)
/* Android */
Color.parseColor("#cd2c4f")Accessibility — WCAG contrast
Aa
#cd2c4f on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2c4f on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow61.5%
Key (black)19.6%
Color previews
#cd2c4f text on a black background
contrast 4.07:1
Card sample
#cd2c4f text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2c4f;
Background color
Panel with #cd2c4f background
background-color: #cd2c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 44, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 44, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2c4f; background: linear-gradient(135deg, #cd2c4f, #CD742C);