#df8201
a dark, electric orange · warm · closest name: orange
RGB
223, 130, 1
HSL
35°, 99%, 44%
CMYK
0, 42, 100, 13
Luminance
0.3166
Every format
| HEX | #df8201 |
| RGB | rgb(223, 130, 1) |
| HSL | hsl(35, 99%, 44%) |
| CMYK | cmyk(0%, 42%, 100%, 13%) |
| LAB | lab(63.1 28.9 69.2) |
| LCH | lch(63.1 75.0 67.3) |
| OKLCH | oklch(0.692 0.158 62.7) |
Copy-ready code
/* CSS */
color: #df8201;
background-color: #df8201;
/* Tailwind (arbitrary) */
class="text-[#df8201] bg-[#df8201]"
/* SCSS */
$brand: #df8201;
/* SwiftUI */
Color(red: 0.875, green: 0.510, blue: 0.004)
/* Android */
Color.parseColor("#df8201")Accessibility — WCAG contrast
Aa
#df8201 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8201 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow99.6%
Key (black)12.5%
Color previews
#df8201 text on a black background
contrast 7.33:1
Card sample
#df8201 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8201;
Background color
Panel with #df8201 background
background-color: #df8201;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8201;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 130, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 130, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8201; background: linear-gradient(135deg, #df8201, #A8DF01);