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