#da4f13
a balanced, electric orange · warm · closest name: chocolate
RGB
218, 79, 19
HSL
18°, 84%, 47%
CMYK
0, 64, 91, 15
Luminance
0.2054
Every format
| HEX | #da4f13 |
| RGB | rgb(218, 79, 19) |
| HSL | hsl(18, 84%, 47%) |
| CMYK | cmyk(0%, 64%, 91%, 15%) |
| LAB | lab(52.5 52.2 58.3) |
| LCH | lch(52.5 78.2 48.2) |
| OKLCH | oklch(0.610 0.185 39.5) |
Copy-ready code
/* CSS */
color: #da4f13;
background-color: #da4f13;
/* Tailwind (arbitrary) */
class="text-[#da4f13] bg-[#da4f13]"
/* SCSS */
$brand: #da4f13;
/* SwiftUI */
Color(red: 0.855, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#da4f13")Accessibility — WCAG contrast
Aa
#da4f13 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da4f13 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green31.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow91.3%
Key (black)14.5%
Color previews
#da4f13 text on a black background
contrast 5.11:1
Card sample
#da4f13 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da4f13;
Background color
Panel with #da4f13 background
background-color: #da4f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da4f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da4f13; background: linear-gradient(135deg, #da4f13, #DAD413);