#858f13
a dark, electric yellow · cool · closest name: olive
RGB
133, 143, 19
HSL
65°, 77%, 32%
CMYK
7, 0, 87, 44
Luminance
0.2468
Every format
| HEX | #858f13 |
| RGB | rgb(133, 143, 19) |
| HSL | hsl(65, 77%, 32%) |
| CMYK | cmyk(7%, 0%, 87%, 44%) |
| LAB | lab(56.8 -18.2 57.1) |
| LCH | lch(56.8 59.9 107.6) |
| OKLCH | oklch(0.621 0.135 114.7) |
Copy-ready code
/* CSS */
color: #858f13;
background-color: #858f13;
/* Tailwind (arbitrary) */
class="text-[#858f13] bg-[#858f13]"
/* SCSS */
$brand: #858f13;
/* SwiftUI */
Color(red: 0.522, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#858f13")Accessibility — WCAG contrast
Aa
#858f13 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#858f13 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green56.1%
Blue7.5%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow86.7%
Key (black)43.9%
Color previews
#858f13 text on a black background
contrast 5.94:1
Card sample
#858f13 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #858f13;
Background color
Panel with #858f13 background
background-color: #858f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #858f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #858f13; background: linear-gradient(135deg, #858f13, #328F13);