#858905
a dark, electric yellow · cool · closest name: olive
RGB
133, 137, 5
HSL
62°, 93%, 28%
CMYK
3, 0, 96, 46
Luminance
0.2289
Every format
| HEX | #858905 |
| RGB | rgb(133, 137, 5) |
| HSL | hsl(62, 93%, 28%) |
| CMYK | cmyk(3%, 0%, 96%, 46%) |
| LAB | lab(55.0 -15.3 58.3) |
| LCH | lch(55.0 60.3 104.7) |
| OKLCH | oklch(0.607 0.133 111.8) |
Copy-ready code
/* CSS */
color: #858905;
background-color: #858905;
/* Tailwind (arbitrary) */
class="text-[#858905] bg-[#858905]"
/* SCSS */
$brand: #858905;
/* SwiftUI */
Color(red: 0.522, green: 0.537, blue: 0.020)
/* Android */
Color.parseColor("#858905")Accessibility — WCAG contrast
Aa
#858905 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#858905 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green53.7%
Blue2.0%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow96.4%
Key (black)46.3%
Color previews
#858905 text on a black background
contrast 5.58:1
Card sample
#858905 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #858905;
Background color
Panel with #858905 background
background-color: #858905;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #858905;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 137, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 137, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #858905; background: linear-gradient(135deg, #858905, #2D8905);