#cd4752
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 71, 82
HSL
355°, 57%, 54%
CMYK
0, 65, 60, 20
Luminance
0.1809
Every format
| HEX | #cd4752 |
| RGB | rgb(205, 71, 82) |
| HSL | hsl(355, 57%, 54%) |
| CMYK | cmyk(0%, 65%, 60%, 20%) |
| LAB | lab(49.6 53.6 23.1) |
| LCH | lch(49.6 58.4 23.3) |
| OKLCH | oklch(0.586 0.169 19.4) |
Copy-ready code
/* CSS */
color: #cd4752;
background-color: #cd4752;
/* Tailwind (arbitrary) */
class="text-[#cd4752] bg-[#cd4752]"
/* SCSS */
$brand: #cd4752;
/* SwiftUI */
Color(red: 0.804, green: 0.278, blue: 0.322)
/* Android */
Color.parseColor("#cd4752")Accessibility — WCAG contrast
Aa
#cd4752 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd4752 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green27.8%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta65.4%
Yellow60.0%
Key (black)19.6%
Color previews
#cd4752 text on a black background
contrast 4.62:1
Card sample
#cd4752 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4752;
Background color
Panel with #cd4752 background
background-color: #cd4752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 71, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 71, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4752; background: linear-gradient(135deg, #cd4752, #CD9547);