#da9b2f
a balanced, vivid orange · warm · closest name: peru
RGB
218, 155, 47
HSL
38°, 70%, 52%
CMYK
0, 29, 78, 15
Luminance
0.3855
Every format
| HEX | #da9b2f |
| RGB | rgb(218, 155, 47) |
| HSL | hsl(38, 70%, 52%) |
| CMYK | cmyk(0%, 29%, 78%, 15%) |
| LAB | lab(68.4 14.3 61.9) |
| LCH | lch(68.4 63.6 77.0) |
| OKLCH | oklch(0.733 0.139 76.0) |
Copy-ready code
/* CSS */
color: #da9b2f;
background-color: #da9b2f;
/* Tailwind (arbitrary) */
class="text-[#da9b2f] bg-[#da9b2f]"
/* SCSS */
$brand: #da9b2f;
/* SwiftUI */
Color(red: 0.855, green: 0.608, blue: 0.184)
/* Android */
Color.parseColor("#da9b2f")Accessibility — WCAG contrast
Aa
#da9b2f on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#da9b2f on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green60.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow78.4%
Key (black)14.5%
Color previews
#da9b2f text on a black background
contrast 8.71:1
Card sample
#da9b2f text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da9b2f;
Background color
Panel with #da9b2f background
background-color: #da9b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da9b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 155, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 155, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da9b2f; background: linear-gradient(135deg, #da9b2f, #A7DA2F);