#896f21
a dark, vivid yellow · cool · closest name: olive
RGB
137, 111, 33
HSL
45°, 61%, 33%
CMYK
0, 19, 76, 46
Luminance
0.1680
Every format
| HEX | #896f21 |
| RGB | rgb(137, 111, 33) |
| HSL | hsl(45, 61%, 33%) |
| CMYK | cmyk(0%, 19%, 76%, 46%) |
| LAB | lab(48.0 1.8 44.9) |
| LCH | lch(48.0 44.9 87.7) |
| OKLCH | oklch(0.552 0.099 89.7) |
Copy-ready code
/* CSS */
color: #896f21;
background-color: #896f21;
/* Tailwind (arbitrary) */
class="text-[#896f21] bg-[#896f21]"
/* SCSS */
$brand: #896f21;
/* SwiftUI */
Color(red: 0.537, green: 0.435, blue: 0.129)
/* Android */
Color.parseColor("#896f21")Accessibility — WCAG contrast
Aa
#896f21 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#896f21 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green43.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow75.9%
Key (black)46.3%
Color previews
#896f21 text on a black background
contrast 4.36:1
Card sample
#896f21 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #896f21;
Background color
Panel with #896f21 background
background-color: #896f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #896f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 111, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 111, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #896f21; background: linear-gradient(135deg, #896f21, #5E8921);