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