#da2c21
a balanced, vivid red · warm · closest name: tomato
RGB
218, 44, 33
HSL
4°, 74%, 49%
CMYK
0, 80, 85, 15
Luminance
0.1682
Every format
| HEX | #da2c21 |
| RGB | rgb(218, 44, 33) |
| HSL | hsl(4, 74%, 49%) |
| CMYK | cmyk(0%, 80%, 85%, 15%) |
| LAB | lab(48.0 64.8 49.3) |
| LCH | lch(48.0 81.4 37.3) |
| OKLCH | oklch(0.577 0.210 29.1) |
Copy-ready code
/* CSS */
color: #da2c21;
background-color: #da2c21;
/* Tailwind (arbitrary) */
class="text-[#da2c21] bg-[#da2c21]"
/* SCSS */
$brand: #da2c21;
/* SwiftUI */
Color(red: 0.855, green: 0.173, blue: 0.129)
/* Android */
Color.parseColor("#da2c21")Accessibility — WCAG contrast
Aa
#da2c21 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#da2c21 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green17.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow84.9%
Key (black)14.5%
Color previews
#da2c21 text on a black background
contrast 4.36:1
Card sample
#da2c21 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da2c21;
Background color
Panel with #da2c21 background
background-color: #da2c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da2c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 44, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 44, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da2c21; background: linear-gradient(135deg, #da2c21, #DAA721);