#da2c2c
a balanced, vivid red · warm · closest name: crimson
RGB
218, 44, 44
HSL
0°, 70%, 51%
CMYK
0, 80, 80, 15
Luminance
0.1689
Every format
| HEX | #da2c2c |
| RGB | rgb(218, 44, 44) |
| HSL | hsl(0, 70%, 51%) |
| CMYK | cmyk(0%, 80%, 80%, 15%) |
| LAB | lab(48.1 65.1 43.8) |
| LCH | lch(48.1 78.4 33.9) |
| OKLCH | oklch(0.578 0.209 26.8) |
Copy-ready code
/* CSS */
color: #da2c2c;
background-color: #da2c2c;
/* Tailwind (arbitrary) */
class="text-[#da2c2c] bg-[#da2c2c]"
/* SCSS */
$brand: #da2c2c;
/* SwiftUI */
Color(red: 0.855, green: 0.173, blue: 0.173)
/* Android */
Color.parseColor("#da2c2c")Accessibility — WCAG contrast
Aa
#da2c2c on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#da2c2c on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green17.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow79.8%
Key (black)14.5%
Color previews
#da2c2c text on a black background
contrast 4.38:1
Card sample
#da2c2c text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da2c2c;
Background color
Panel with #da2c2c background
background-color: #da2c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da2c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 44, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 44, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da2c2c; background: linear-gradient(135deg, #da2c2c, #DAA02C);