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