#5a5607
a deep, electric yellow · cool · closest name: olive
RGB
90, 86, 7
HSL
57°, 86%, 19%
CMYK
0, 4, 92, 65
Luminance
0.0884
Every format
| HEX | #5a5607 |
| RGB | rgb(90, 86, 7) |
| HSL | hsl(57, 86%, 19%) |
| CMYK | cmyk(0%, 4%, 92%, 65%) |
| LAB | lab(35.7 -7.5 41.1) |
| LCH | lch(35.7 41.8 100.4) |
| OKLCH | oklch(0.443 0.091 106.4) |
Copy-ready code
/* CSS */
color: #5a5607;
background-color: #5a5607;
/* Tailwind (arbitrary) */
class="text-[#5a5607] bg-[#5a5607]"
/* SCSS */
$brand: #5a5607;
/* SwiftUI */
Color(red: 0.353, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#5a5607")Accessibility — WCAG contrast
Aa
#5a5607 on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5a5607 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow92.2%
Key (black)64.7%
Color previews
#5a5607 text on a black background
contrast 2.77:1
Card sample
#5a5607 text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a5607;
Background color
Panel with #5a5607 background
background-color: #5a5607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a5607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a5607; background: linear-gradient(135deg, #5a5607, #275A07);