#d74f39
a balanced, vivid red · warm · closest name: tomato
RGB
215, 79, 57
HSL
8°, 66%, 53%
CMYK
0, 63, 74, 16
Luminance
0.2033
Every format
| HEX | #d74f39 |
| RGB | rgb(215, 79, 57) |
| HSL | hsl(8, 66%, 53%) |
| CMYK | cmyk(0%, 63%, 74%, 16%) |
| LAB | lab(52.2 52.2 41.0) |
| LCH | lch(52.2 66.3 38.1) |
| OKLCH | oklch(0.608 0.175 31.6) |
Copy-ready code
/* CSS */
color: #d74f39;
background-color: #d74f39;
/* Tailwind (arbitrary) */
class="text-[#d74f39] bg-[#d74f39]"
/* SCSS */
$brand: #d74f39;
/* SwiftUI */
Color(red: 0.843, green: 0.310, blue: 0.224)
/* Android */
Color.parseColor("#d74f39")Accessibility — WCAG contrast
Aa
#d74f39 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d74f39 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green31.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta63.3%
Yellow73.5%
Key (black)15.7%
Color previews
#d74f39 text on a black background
contrast 5.07:1
Card sample
#d74f39 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d74f39;
Background color
Panel with #d74f39 background
background-color: #d74f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d74f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 79, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 79, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d74f39; background: linear-gradient(135deg, #d74f39, #D7B839);