#cd282f
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 40, 47
HSL
358°, 67%, 48%
CMYK
0, 81, 77, 20
Luminance
0.1470
Every format
| HEX | #cd282f |
| RGB | rgb(205, 40, 47) |
| HSL | hsl(358, 67%, 48%) |
| CMYK | cmyk(0%, 81%, 77%, 20%) |
| LAB | lab(45.2 62.5 38.3) |
| LCH | lch(45.2 73.3 31.5) |
| OKLCH | oklch(0.552 0.200 25.0) |
Copy-ready code
/* CSS */
color: #cd282f;
background-color: #cd282f;
/* Tailwind (arbitrary) */
class="text-[#cd282f] bg-[#cd282f]"
/* SCSS */
$brand: #cd282f;
/* SwiftUI */
Color(red: 0.804, green: 0.157, blue: 0.184)
/* Android */
Color.parseColor("#cd282f")Accessibility — WCAG contrast
Aa
#cd282f on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd282f on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green15.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow77.1%
Key (black)19.6%
Color previews
#cd282f text on a black background
contrast 3.94:1
Card sample
#cd282f text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd282f;
Background color
Panel with #cd282f background
background-color: #cd282f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd282f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 40, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 40, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd282f; background: linear-gradient(135deg, #cd282f, #CD8F28);