#677721
a dark, vivid green · cool · closest name: olivedrab
RGB
103, 119, 33
HSL
71°, 57%, 30%
CMYK
13, 0, 72, 53
Luminance
0.1619
Every format
| HEX | #677721 |
| RGB | rgb(103, 119, 33) |
| HSL | hsl(71, 57%, 30%) |
| CMYK | cmyk(13%, 0%, 72%, 53%) |
| LAB | lab(47.2 -18.5 43.0) |
| LCH | lch(47.2 46.8 113.2) |
| OKLCH | oklch(0.539 0.111 119.5) |
Copy-ready code
/* CSS */
color: #677721;
background-color: #677721;
/* Tailwind (arbitrary) */
class="text-[#677721] bg-[#677721]"
/* SCSS */
$brand: #677721;
/* SwiftUI */
Color(red: 0.404, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#677721")Accessibility — WCAG contrast
Aa
#677721 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#677721 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green46.7%
Blue12.9%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow72.3%
Key (black)53.3%
Color previews
#677721 text on a black background
contrast 4.24:1
Card sample
#677721 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #677721;
Background color
Panel with #677721 background
background-color: #677721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #677721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #677721; background: linear-gradient(135deg, #677721, #2E7721);