#da6c01
a dark, electric orange · warm · closest name: chocolate
RGB
218, 108, 1
HSL
30°, 99%, 43%
CMYK
0, 51, 100, 15
Luminance
0.2563
Every format
| HEX | #da6c01 |
| RGB | rgb(218, 108, 1) |
| HSL | hsl(30, 99%, 43%) |
| CMYK | cmyk(0%, 51%, 100%, 15%) |
| LAB | lab(57.7 38.3 65.5) |
| LCH | lch(57.7 75.9 59.7) |
| OKLCH | oklch(0.649 0.165 52.7) |
Copy-ready code
/* CSS */
color: #da6c01;
background-color: #da6c01;
/* Tailwind (arbitrary) */
class="text-[#da6c01] bg-[#da6c01]"
/* SCSS */
$brand: #da6c01;
/* SwiftUI */
Color(red: 0.855, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#da6c01")Accessibility — WCAG contrast
Aa
#da6c01 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da6c01 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green42.4%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow99.5%
Key (black)14.5%
Color previews
#da6c01 text on a black background
contrast 6.13:1
Card sample
#da6c01 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da6c01;
Background color
Panel with #da6c01 background
background-color: #da6c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da6c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da6c01; background: linear-gradient(135deg, #da6c01, #B7DA01);