#df8c22
a balanced, vivid orange · warm · closest name: peru
RGB
223, 140, 34
HSL
34°, 75%, 50%
CMYK
0, 37, 85, 13
Luminance
0.3456
Every format
| HEX | #df8c22 |
| RGB | rgb(223, 140, 34) |
| HSL | hsl(34, 75%, 50%) |
| CMYK | cmyk(0%, 37%, 85%, 13%) |
| LAB | lab(65.4 24.1 63.9) |
| LCH | lch(65.4 68.3 69.3) |
| OKLCH | oklch(0.711 0.148 66.0) |
Copy-ready code
/* CSS */
color: #df8c22;
background-color: #df8c22;
/* Tailwind (arbitrary) */
class="text-[#df8c22] bg-[#df8c22]"
/* SCSS */
$brand: #df8c22;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.133)
/* Android */
Color.parseColor("#df8c22")Accessibility — WCAG contrast
Aa
#df8c22 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8c22 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow84.8%
Key (black)12.5%
Color previews
#df8c22 text on a black background
contrast 7.91:1
Card sample
#df8c22 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8c22;
Background color
Panel with #df8c22 background
background-color: #df8c22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8c22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8c22; background: linear-gradient(135deg, #df8c22, #B4DF22);