#897c01
a dark, electric yellow · cool · closest name: olive
RGB
137, 124, 1
HSL
54°, 99%, 27%
CMYK
0, 10, 99, 46
Luminance
0.1974
Every format
| HEX | #897c01 |
| RGB | rgb(137, 124, 1) |
| HSL | hsl(54, 99%, 27%) |
| CMYK | cmyk(0%, 10%, 99%, 46%) |
| LAB | lab(51.5 -6.5 56.6) |
| LCH | lch(51.5 57.0 96.5) |
| OKLCH | oklch(0.580 0.121 102.1) |
Copy-ready code
/* CSS */
color: #897c01;
background-color: #897c01;
/* Tailwind (arbitrary) */
class="text-[#897c01] bg-[#897c01]"
/* SCSS */
$brand: #897c01;
/* SwiftUI */
Color(red: 0.537, green: 0.486, blue: 0.004)
/* Android */
Color.parseColor("#897c01")Accessibility — WCAG contrast
Aa
#897c01 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897c01 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green48.6%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow99.3%
Key (black)46.3%
Color previews
#897c01 text on a black background
contrast 4.95:1
Card sample
#897c01 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897c01;
Background color
Panel with #897c01 background
background-color: #897c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 124, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 124, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897c01; background: linear-gradient(135deg, #897c01, #3B8901);