#df7f07
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 127, 7
HSL
33°, 94%, 45%
CMYK
0, 43, 97, 13
Luminance
0.3088
Every format
| HEX | #df7f07 |
| RGB | rgb(223, 127, 7) |
| HSL | hsl(33, 94%, 45%) |
| CMYK | cmyk(0%, 43%, 97%, 13%) |
| LAB | lab(62.4 30.6 67.8) |
| LCH | lch(62.4 74.4 65.7) |
| OKLCH | oklch(0.687 0.159 60.7) |
Copy-ready code
/* CSS */
color: #df7f07;
background-color: #df7f07;
/* Tailwind (arbitrary) */
class="text-[#df7f07] bg-[#df7f07]"
/* SCSS */
$brand: #df7f07;
/* SwiftUI */
Color(red: 0.875, green: 0.498, blue: 0.027)
/* Android */
Color.parseColor("#df7f07")Accessibility — WCAG contrast
Aa
#df7f07 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7f07 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green49.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow96.9%
Key (black)12.5%
Color previews
#df7f07 text on a black background
contrast 7.18:1
Card sample
#df7f07 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7f07;
Background color
Panel with #df7f07 background
background-color: #df7f07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7f07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 127, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 127, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7f07; background: linear-gradient(135deg, #df7f07, #AFDF07);