#df9519
a balanced, electric orange · warm · closest name: orange
RGB
223, 149, 25
HSL
38°, 80%, 49%
CMYK
0, 33, 89, 13
Luminance
0.3725
Every format
| HEX | #df9519 |
| RGB | rgb(223, 149, 25) |
| HSL | hsl(38, 80%, 49%) |
| CMYK | cmyk(0%, 33%, 89%, 13%) |
| LAB | lab(67.5 19.1 68.1) |
| LCH | lch(67.5 70.7 74.3) |
| OKLCH | oklch(0.727 0.150 72.5) |
Copy-ready code
/* CSS */
color: #df9519;
background-color: #df9519;
/* Tailwind (arbitrary) */
class="text-[#df9519] bg-[#df9519]"
/* SCSS */
$brand: #df9519;
/* SwiftUI */
Color(red: 0.875, green: 0.584, blue: 0.098)
/* Android */
Color.parseColor("#df9519")Accessibility — WCAG contrast
Aa
#df9519 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9519 on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green58.4%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow88.8%
Key (black)12.5%
Color previews
#df9519 text on a black background
contrast 8.45:1
Card sample
#df9519 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9519;
Background color
Panel with #df9519 background
background-color: #df9519;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9519;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 149, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 149, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9519; background: linear-gradient(135deg, #df9519, #A5DF19);