#8b9155
a balanced, soft yellow · cool · closest name: tan
RGB
139, 145, 85
HSL
66°, 26%, 45%
CMYK
4, 0, 41, 43
Luminance
0.2640
Every format
| HEX | #8b9155 |
| RGB | rgb(139, 145, 85) |
| HSL | hsl(66, 26%, 45%) |
| CMYK | cmyk(4%, 0%, 41%, 43%) |
| LAB | lab(58.4 -11.8 31.1) |
| LCH | lch(58.4 33.3 110.8) |
| OKLCH | oklch(0.637 0.082 113.4) |
Copy-ready code
/* CSS */
color: #8b9155;
background-color: #8b9155;
/* Tailwind (arbitrary) */
class="text-[#8b9155] bg-[#8b9155]"
/* SCSS */
$brand: #8b9155;
/* SwiftUI */
Color(red: 0.545, green: 0.569, blue: 0.333)
/* Android */
Color.parseColor("#8b9155")Accessibility — WCAG contrast
Aa
#8b9155 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8b9155 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green56.9%
Blue33.3%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow41.4%
Key (black)43.1%
Color previews
#8b9155 text on a black background
contrast 6.28:1
Card sample
#8b9155 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b9155;
Background color
Panel with #8b9155 background
background-color: #8b9155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b9155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 145, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 145, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b9155; background: linear-gradient(135deg, #8b9155, #639155);