#cd463f
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 70, 63
HSL
3°, 59%, 53%
CMYK
0, 66, 69, 20
Luminance
0.1772
Every format
| HEX | #cd463f |
| RGB | rgb(205, 70, 63) |
| HSL | hsl(3, 59%, 53%) |
| CMYK | cmyk(0%, 66%, 69%, 20%) |
| LAB | lab(49.2 52.9 33.6) |
| LCH | lch(49.2 62.7 32.5) |
| OKLCH | oklch(0.582 0.172 26.8) |
Copy-ready code
/* CSS */
color: #cd463f;
background-color: #cd463f;
/* Tailwind (arbitrary) */
class="text-[#cd463f] bg-[#cd463f]"
/* SCSS */
$brand: #cd463f;
/* SwiftUI */
Color(red: 0.804, green: 0.275, blue: 0.247)
/* Android */
Color.parseColor("#cd463f")Accessibility — WCAG contrast
Aa
#cd463f on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd463f on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green27.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow69.3%
Key (black)19.6%
Color previews
#cd463f text on a black background
contrast 4.54:1
Card sample
#cd463f text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd463f;
Background color
Panel with #cd463f background
background-color: #cd463f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd463f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 70, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 70, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd463f; background: linear-gradient(135deg, #cd463f, #CDA53F);