#5e6e11
a deep, vivid green · cool · closest name: olive
RGB
94, 110, 17
HSL
70°, 73%, 25%
CMYK
15, 0, 85, 57
Luminance
0.1357
Every format
| HEX | #5e6e11 |
| RGB | rgb(94, 110, 17) |
| HSL | hsl(70, 73%, 25%) |
| CMYK | cmyk(15%, 0%, 85%, 57%) |
| LAB | lab(43.6 -18.6 45.1) |
| LCH | lch(43.6 48.8 112.4) |
| OKLCH | oklch(0.508 0.113 119.6) |
Copy-ready code
/* CSS */
color: #5e6e11;
background-color: #5e6e11;
/* Tailwind (arbitrary) */
class="text-[#5e6e11] bg-[#5e6e11]"
/* SCSS */
$brand: #5e6e11;
/* SwiftUI */
Color(red: 0.369, green: 0.431, blue: 0.067)
/* Android */
Color.parseColor("#5e6e11")Accessibility — WCAG contrast
Aa
#5e6e11 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5e6e11 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green43.1%
Blue6.7%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow84.5%
Key (black)56.9%
Color previews
#5e6e11 text on a black background
contrast 3.71:1
Card sample
#5e6e11 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e6e11;
Background color
Panel with #5e6e11 background
background-color: #5e6e11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e6e11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 110, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 110, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e6e11; background: linear-gradient(135deg, #5e6e11, #206E11);