#68851e
a dark, vivid green · cool · closest name: olivedrab
RGB
104, 133, 30
HSL
77°, 63%, 32%
CMYK
22, 0, 77, 48
Luminance
0.1981
Every format
| HEX | #68851e |
| RGB | rgb(104, 133, 30) |
| HSL | hsl(77, 63%, 32%) |
| CMYK | cmyk(22%, 0%, 77%, 48%) |
| LAB | lab(51.6 -25.4 48.5) |
| LCH | lch(51.6 54.7 117.6) |
| OKLCH | oklch(0.574 0.130 124.5) |
Copy-ready code
/* CSS */
color: #68851e;
background-color: #68851e;
/* Tailwind (arbitrary) */
class="text-[#68851e] bg-[#68851e]"
/* SCSS */
$brand: #68851e;
/* SwiftUI */
Color(red: 0.408, green: 0.522, blue: 0.118)
/* Android */
Color.parseColor("#68851e")Accessibility — WCAG contrast
Aa
#68851e on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#68851e on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green52.2%
Blue11.8%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow77.4%
Key (black)47.8%
Color previews
#68851e text on a black background
contrast 4.96:1
Card sample
#68851e text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68851e;
Background color
Panel with #68851e background
background-color: #68851e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68851e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 133, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 133, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68851e; background: linear-gradient(135deg, #68851e, #23851E);