#b17f13
a dark, electric yellow · warm · closest name: peru
RGB
177, 127, 19
HSL
41°, 81%, 38%
CMYK
0, 28, 89, 31
Luminance
0.2457
Every format
| HEX | #b17f13 |
| RGB | rgb(177, 127, 19) |
| HSL | hsl(41, 81%, 38%) |
| CMYK | cmyk(0%, 28%, 89%, 31%) |
| LAB | lab(56.7 10.7 58.8) |
| LCH | lch(56.7 59.8 79.7) |
| OKLCH | oklch(0.630 0.126 79.6) |
Copy-ready code
/* CSS */
color: #b17f13;
background-color: #b17f13;
/* Tailwind (arbitrary) */
class="text-[#b17f13] bg-[#b17f13]"
/* SCSS */
$brand: #b17f13;
/* SwiftUI */
Color(red: 0.694, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#b17f13")Accessibility — WCAG contrast
Aa
#b17f13 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b17f13 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow89.3%
Key (black)30.6%
Color previews
#b17f13 text on a black background
contrast 5.91:1
Card sample
#b17f13 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b17f13;
Background color
Panel with #b17f13 background
background-color: #b17f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b17f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b17f13; background: linear-gradient(135deg, #b17f13, #7AB113);