#d09f39
a balanced, vivid yellow · warm · closest name: peru
RGB
208, 159, 57
HSL
41°, 62%, 52%
CMYK
0, 24, 73, 18
Luminance
0.3850
Every format
| HEX | #d09f39 |
| RGB | rgb(208, 159, 57) |
| HSL | hsl(41, 62%, 52%) |
| CMYK | cmyk(0%, 24%, 73%, 18%) |
| LAB | lab(68.4 8.3 57.6) |
| LCH | lch(68.4 58.2 81.8) |
| OKLCH | oklch(0.731 0.129 82.1) |
Copy-ready code
/* CSS */
color: #d09f39;
background-color: #d09f39;
/* Tailwind (arbitrary) */
class="text-[#d09f39] bg-[#d09f39]"
/* SCSS */
$brand: #d09f39;
/* SwiftUI */
Color(red: 0.816, green: 0.624, blue: 0.224)
/* Android */
Color.parseColor("#d09f39")Accessibility — WCAG contrast
Aa
#d09f39 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09f39 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green62.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow72.6%
Key (black)18.4%
Color previews
#d09f39 text on a black background
contrast 8.70:1
Card sample
#d09f39 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09f39;
Background color
Panel with #d09f39 background
background-color: #d09f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 159, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 159, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09f39; background: linear-gradient(135deg, #d09f39, #9CD039);