#df6503
a dark, electric orange · warm · closest name: chocolate
RGB
223, 101, 3
HSL
27°, 97%, 44%
CMYK
0, 55, 99, 13
Luminance
0.2500
Every format
| HEX | #df6503 |
| RGB | rgb(223, 101, 3) |
| HSL | hsl(27, 97%, 44%) |
| CMYK | cmyk(0%, 55%, 99%, 13%) |
| LAB | lab(57.1 43.7 65.2) |
| LCH | lch(57.1 78.5 56.1) |
| OKLCH | oklch(0.646 0.174 48.2) |
Copy-ready code
/* CSS */
color: #df6503;
background-color: #df6503;
/* Tailwind (arbitrary) */
class="text-[#df6503] bg-[#df6503]"
/* SCSS */
$brand: #df6503;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.012)
/* Android */
Color.parseColor("#df6503")Accessibility — WCAG contrast
Aa
#df6503 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6503 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow98.7%
Key (black)12.5%
Color previews
#df6503 text on a black background
contrast 6.00:1
Card sample
#df6503 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6503;
Background color
Panel with #df6503 background
background-color: #df6503;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6503;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6503; background: linear-gradient(135deg, #df6503, #C6DF03);