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