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