#d84f21
a balanced, vivid orange · warm · closest name: tomato
RGB
216, 79, 33
HSL
15°, 74%, 49%
CMYK
0, 63, 85, 15
Luminance
0.2030
Every format
| HEX | #d84f21 |
| RGB | rgb(216, 79, 33) |
| HSL | hsl(15, 74%, 49%) |
| CMYK | cmyk(0%, 63%, 85%, 15%) |
| LAB | lab(52.2 51.7 52.7) |
| LCH | lch(52.2 73.9 45.5) |
| OKLCH | oklch(0.607 0.181 37.6) |
Copy-ready code
/* CSS */
color: #d84f21;
background-color: #d84f21;
/* Tailwind (arbitrary) */
class="text-[#d84f21] bg-[#d84f21]"
/* SCSS */
$brand: #d84f21;
/* SwiftUI */
Color(red: 0.847, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#d84f21")Accessibility — WCAG contrast
Aa
#d84f21 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d84f21 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow84.7%
Key (black)15.3%
Color previews
#d84f21 text on a black background
contrast 5.06:1
Card sample
#d84f21 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d84f21;
Background color
Panel with #d84f21 background
background-color: #d84f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d84f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d84f21; background: linear-gradient(135deg, #d84f21, #D8C921);