#cd403f
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 64, 63
HSL
0°, 59%, 53%
CMYK
0, 69, 69, 20
Luminance
0.1700
Every format
| HEX | #cd403f |
| RGB | rgb(205, 64, 63) |
| HSL | hsl(0, 59%, 53%) |
| CMYK | cmyk(0%, 69%, 69%, 20%) |
| LAB | lab(48.3 55.3 32.6) |
| LCH | lch(48.3 64.2 30.5) |
| OKLCH | oklch(0.575 0.178 25.0) |
Copy-ready code
/* CSS */
color: #cd403f;
background-color: #cd403f;
/* Tailwind (arbitrary) */
class="text-[#cd403f] bg-[#cd403f]"
/* SCSS */
$brand: #cd403f;
/* SwiftUI */
Color(red: 0.804, green: 0.251, blue: 0.247)
/* Android */
Color.parseColor("#cd403f")Accessibility — WCAG contrast
Aa
#cd403f on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd403f on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green25.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow69.3%
Key (black)19.6%
Color previews
#cd403f text on a black background
contrast 4.40:1
Card sample
#cd403f text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd403f;
Background color
Panel with #cd403f background
background-color: #cd403f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd403f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 64, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 64, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd403f; background: linear-gradient(135deg, #cd403f, #CD9F3F);