#da5f13
a balanced, electric orange · warm · closest name: chocolate
RGB
218, 95, 19
HSL
23°, 84%, 47%
CMYK
0, 56, 91, 15
Luminance
0.2314
Every format
| HEX | #da5f13 |
| RGB | rgb(218, 95, 19) |
| HSL | hsl(23, 84%, 47%) |
| CMYK | cmyk(0%, 56%, 91%, 15%) |
| LAB | lab(55.2 44.9 60.2) |
| LCH | lch(55.2 75.1 53.3) |
| OKLCH | oklch(0.631 0.172 45.4) |
Copy-ready code
/* CSS */
color: #da5f13;
background-color: #da5f13;
/* Tailwind (arbitrary) */
class="text-[#da5f13] bg-[#da5f13]"
/* SCSS */
$brand: #da5f13;
/* SwiftUI */
Color(red: 0.855, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#da5f13")Accessibility — WCAG contrast
Aa
#da5f13 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da5f13 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow91.3%
Key (black)14.5%
Color previews
#da5f13 text on a black background
contrast 5.63:1
Card sample
#da5f13 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da5f13;
Background color
Panel with #da5f13 background
background-color: #da5f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da5f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da5f13; background: linear-gradient(135deg, #da5f13, #D1DA13);