#858421
a dark, vivid yellow · cool · closest name: olive
RGB
133, 132, 33
HSL
59°, 60%, 33%
CMYK
0, 1, 75, 48
Luminance
0.2160
Every format
| HEX | #858421 |
| RGB | rgb(133, 132, 33) |
| HSL | hsl(59, 60%, 33%) |
| CMYK | cmyk(0%, 1%, 75%, 48%) |
| LAB | lab(53.6 -11.8 50.1) |
| LCH | lch(53.6 51.5 103.3) |
| OKLCH | oklch(0.596 0.117 108.9) |
Copy-ready code
/* CSS */
color: #858421;
background-color: #858421;
/* Tailwind (arbitrary) */
class="text-[#858421] bg-[#858421]"
/* SCSS */
$brand: #858421;
/* SwiftUI */
Color(red: 0.522, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#858421")Accessibility — WCAG contrast
Aa
#858421 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#858421 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow75.2%
Key (black)47.8%
Color previews
#858421 text on a black background
contrast 5.32:1
Card sample
#858421 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #858421;
Background color
Panel with #858421 background
background-color: #858421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #858421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #858421; background: linear-gradient(135deg, #858421, #438521);