#5f521b
a deep, vivid yellow · cool · closest name: olive
RGB
95, 82, 27
HSL
49°, 56%, 24%
CMYK
0, 14, 72, 63
Luminance
0.0855
Every format
| HEX | #5f521b |
| RGB | rgb(95, 82, 27) |
| HSL | hsl(49, 56%, 24%) |
| CMYK | cmyk(0%, 14%, 72%, 63%) |
| LAB | lab(35.1 -1.7 33.1) |
| LCH | lch(35.1 33.1 93.0) |
| OKLCH | oklch(0.440 0.075 95.8) |
Copy-ready code
/* CSS */
color: #5f521b;
background-color: #5f521b;
/* Tailwind (arbitrary) */
class="text-[#5f521b] bg-[#5f521b]"
/* SCSS */
$brand: #5f521b;
/* SwiftUI */
Color(red: 0.373, green: 0.322, blue: 0.106)
/* Android */
Color.parseColor("#5f521b")Accessibility — WCAG contrast
Aa
#5f521b on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f521b on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green32.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow71.6%
Key (black)62.7%
Color previews
#5f521b text on a black background
contrast 2.71:1
Card sample
#5f521b text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f521b;
Background color
Panel with #5f521b background
background-color: #5f521b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f521b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 82, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 82, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f521b; background: linear-gradient(135deg, #5f521b, #3F5F1B);