#dfad60
a balanced, vivid orange · warm · closest name: peru
RGB
223, 173, 96
HSL
36°, 67%, 63%
CMYK
0, 22, 57, 13
Luminance
0.4642
Every format
| HEX | #dfad60 |
| RGB | rgb(223, 173, 96) |
| HSL | hsl(36, 67%, 63%) |
| CMYK | cmyk(0%, 22%, 57%, 13%) |
| LAB | lab(73.8 9.6 46.1) |
| LCH | lch(73.8 47.1 78.2) |
| OKLCH | oklch(0.778 0.112 76.7) |
Copy-ready code
/* CSS */
color: #dfad60;
background-color: #dfad60;
/* Tailwind (arbitrary) */
class="text-[#dfad60] bg-[#dfad60]"
/* SCSS */
$brand: #dfad60;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.376)
/* Android */
Color.parseColor("#dfad60")Accessibility — WCAG contrast
Aa
#dfad60 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfad60 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow57.0%
Key (black)12.5%
Color previews
#dfad60 text on a black background
contrast 10.28:1
Card sample
#dfad60 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfad60;
Background color
Panel with #dfad60 background
background-color: #dfad60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfad60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfad60; background: linear-gradient(135deg, #dfad60, #BCDF60);