#df9c35
a balanced, vivid orange · warm · closest name: peru
RGB
223, 156, 53
HSL
36°, 73%, 54%
CMYK
0, 30, 76, 13
Luminance
0.3972
Every format
| HEX | #df9c35 |
| RGB | rgb(223, 156, 53) |
| HSL | hsl(36, 73%, 54%) |
| CMYK | cmyk(0%, 30%, 76%, 13%) |
| LAB | lab(69.3 16.2 60.6) |
| LCH | lch(69.3 62.8 75.1) |
| OKLCH | oklch(0.741 0.139 73.5) |
Copy-ready code
/* CSS */
color: #df9c35;
background-color: #df9c35;
/* Tailwind (arbitrary) */
class="text-[#df9c35] bg-[#df9c35]"
/* SCSS */
$brand: #df9c35;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.208)
/* Android */
Color.parseColor("#df9c35")Accessibility — WCAG contrast
Aa
#df9c35 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c35 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow76.2%
Key (black)12.5%
Color previews
#df9c35 text on a black background
contrast 8.94:1
Card sample
#df9c35 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c35;
Background color
Panel with #df9c35 background
background-color: #df9c35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c35; background: linear-gradient(135deg, #df9c35, #B0DF35);