#899128
a dark, vivid yellow · cool · closest name: olive
RGB
137, 145, 40
HSL
65°, 57%, 36%
CMYK
6, 0, 72, 43
Luminance
0.2572
Every format
| HEX | #899128 |
| RGB | rgb(137, 145, 40) |
| HSL | hsl(65, 57%, 36%) |
| CMYK | cmyk(6%, 0%, 72%, 43%) |
| LAB | lab(57.8 -16.6 51.6) |
| LCH | lch(57.8 54.2 107.8) |
| OKLCH | oklch(0.630 0.125 113.8) |
Copy-ready code
/* CSS */
color: #899128;
background-color: #899128;
/* Tailwind (arbitrary) */
class="text-[#899128] bg-[#899128]"
/* SCSS */
$brand: #899128;
/* SwiftUI */
Color(red: 0.537, green: 0.569, blue: 0.157)
/* Android */
Color.parseColor("#899128")Accessibility — WCAG contrast
Aa
#899128 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#899128 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green56.9%
Blue15.7%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow72.4%
Key (black)43.1%
Color previews
#899128 text on a black background
contrast 6.14:1
Card sample
#899128 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #899128;
Background color
Panel with #899128 background
background-color: #899128;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #899128;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 145, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 145, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #899128; background: linear-gradient(135deg, #899128, #439128);