#5a6113
a deep, vivid yellow · cool · closest name: olive
RGB
90, 97, 19
HSL
65°, 67%, 23%
CMYK
7, 0, 80, 62
Luminance
0.1077
Every format
| HEX | #5a6113 |
| RGB | rgb(90, 97, 19) |
| HSL | hsl(65, 67%, 23%) |
| CMYK | cmyk(7%, 0%, 80%, 62%) |
| LAB | lab(39.2 -13.3 40.3) |
| LCH | lch(39.2 42.5 108.3) |
| OKLCH | oklch(0.471 0.098 114.8) |
Copy-ready code
/* CSS */
color: #5a6113;
background-color: #5a6113;
/* Tailwind (arbitrary) */
class="text-[#5a6113] bg-[#5a6113]"
/* SCSS */
$brand: #5a6113;
/* SwiftUI */
Color(red: 0.353, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#5a6113")Accessibility — WCAG contrast
Aa
#5a6113 on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5a6113 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green38.0%
Blue7.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow80.4%
Key (black)62.0%
Color previews
#5a6113 text on a black background
contrast 3.15:1
Card sample
#5a6113 text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a6113;
Background color
Panel with #5a6113 background
background-color: #5a6113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a6113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a6113; background: linear-gradient(135deg, #5a6113, #266113);