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