#df9c45
a balanced, vivid orange · warm · closest name: peru
RGB
223, 156, 69
HSL
34°, 71%, 57%
CMYK
0, 30, 69, 13
Luminance
0.3989
Every format
| HEX | #df9c45 |
| RGB | rgb(223, 156, 69) |
| HSL | hsl(34, 71%, 57%) |
| CMYK | cmyk(0%, 30%, 69%, 13%) |
| LAB | lab(69.4 16.9 54.0) |
| LCH | lch(69.4 56.5 72.6) |
| OKLCH | oklch(0.742 0.129 70.3) |
Copy-ready code
/* CSS */
color: #df9c45;
background-color: #df9c45;
/* Tailwind (arbitrary) */
class="text-[#df9c45] bg-[#df9c45]"
/* SCSS */
$brand: #df9c45;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.271)
/* Android */
Color.parseColor("#df9c45")Accessibility — WCAG contrast
Aa
#df9c45 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c45 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow69.1%
Key (black)12.5%
Color previews
#df9c45 text on a black background
contrast 8.98:1
Card sample
#df9c45 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c45;
Background color
Panel with #df9c45 background
background-color: #df9c45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c45; background: linear-gradient(135deg, #df9c45, #BBDF45);