#df820f
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 130, 15
HSL
33°, 87%, 47%
CMYK
0, 42, 93, 13
Luminance
0.3169
Every format
| HEX | #df820f |
| RGB | rgb(223, 130, 15) |
| HSL | hsl(33, 87%, 47%) |
| CMYK | cmyk(0%, 42%, 93%, 13%) |
| LAB | lab(63.1 29.1 67.0) |
| LCH | lch(63.1 73.0 66.5) |
| OKLCH | oklch(0.693 0.156 61.9) |
Copy-ready code
/* CSS */
color: #df820f;
background-color: #df820f;
/* Tailwind (arbitrary) */
class="text-[#df820f] bg-[#df820f]"
/* SCSS */
$brand: #df820f;
/* SwiftUI */
Color(red: 0.875, green: 0.510, blue: 0.059)
/* Android */
Color.parseColor("#df820f")Accessibility — WCAG contrast
Aa
#df820f on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df820f on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow93.3%
Key (black)12.5%
Color previews
#df820f text on a black background
contrast 7.34:1
Card sample
#df820f text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df820f;
Background color
Panel with #df820f background
background-color: #df820f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df820f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 130, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 130, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df820f; background: linear-gradient(135deg, #df820f, #B1DF0F);