#df9213
a balanced, electric orange · warm · closest name: orange
RGB
223, 146, 19
HSL
37°, 84%, 48%
CMYK
0, 35, 92, 13
Luminance
0.3629
Every format
| HEX | #df9213 |
| RGB | rgb(223, 146, 19) |
| HSL | hsl(37, 84%, 48%) |
| CMYK | cmyk(0%, 35%, 92%, 13%) |
| LAB | lab(66.8 20.6 68.9) |
| LCH | lch(66.8 71.9 73.3) |
| OKLCH | oklch(0.721 0.151 71.1) |
Copy-ready code
/* CSS */
color: #df9213;
background-color: #df9213;
/* Tailwind (arbitrary) */
class="text-[#df9213] bg-[#df9213]"
/* SCSS */
$brand: #df9213;
/* SwiftUI */
Color(red: 0.875, green: 0.573, blue: 0.075)
/* Android */
Color.parseColor("#df9213")Accessibility — WCAG contrast
Aa
#df9213 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9213 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green57.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow91.5%
Key (black)12.5%
Color previews
#df9213 text on a black background
contrast 8.26:1
Card sample
#df9213 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9213;
Background color
Panel with #df9213 background
background-color: #df9213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 146, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 146, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9213; background: linear-gradient(135deg, #df9213, #A4DF13);