#cd231f
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 35, 31
HSL
1°, 74%, 46%
CMYK
0, 83, 85, 20
Luminance
0.1428
Every format
| HEX | #cd231f |
| RGB | rgb(205, 35, 31) |
| HSL | hsl(1, 74%, 46%) |
| CMYK | cmyk(0%, 83%, 85%, 20%) |
| LAB | lab(44.6 63.3 46.4) |
| LCH | lch(44.6 78.5 36.2) |
| OKLCH | oklch(0.547 0.204 28.1) |
Copy-ready code
/* CSS */
color: #cd231f;
background-color: #cd231f;
/* Tailwind (arbitrary) */
class="text-[#cd231f] bg-[#cd231f]"
/* SCSS */
$brand: #cd231f;
/* SwiftUI */
Color(red: 0.804, green: 0.137, blue: 0.122)
/* Android */
Color.parseColor("#cd231f")Accessibility — WCAG contrast
Aa
#cd231f on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd231f on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green13.7%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta82.9%
Yellow84.9%
Key (black)19.6%
Color previews
#cd231f text on a black background
contrast 3.86:1
Card sample
#cd231f text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd231f;
Background color
Panel with #cd231f background
background-color: #cd231f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd231f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 35, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 35, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd231f; background: linear-gradient(135deg, #cd231f, #CD971F);