#688721
a dark, vivid green · cool · closest name: olivedrab
RGB
104, 135, 33
HSL
78°, 61%, 33%
CMYK
23, 0, 76, 47
Luminance
0.2038
Every format
| HEX | #688721 |
| RGB | rgb(104, 135, 33) |
| HSL | hsl(78, 61%, 33%) |
| CMYK | cmyk(23%, 0%, 76%, 47%) |
| LAB | lab(52.3 -26.2 48.0) |
| LCH | lch(52.3 54.7 118.6) |
| OKLCH | oklch(0.580 0.131 125.3) |
Copy-ready code
/* CSS */
color: #688721;
background-color: #688721;
/* Tailwind (arbitrary) */
class="text-[#688721] bg-[#688721]"
/* SCSS */
$brand: #688721;
/* SwiftUI */
Color(red: 0.408, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#688721")Accessibility — WCAG contrast
Aa
#688721 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#688721 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green52.9%
Blue12.9%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow75.6%
Key (black)47.1%
Color previews
#688721 text on a black background
contrast 5.08:1
Card sample
#688721 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #688721;
Background color
Panel with #688721 background
background-color: #688721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #688721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #688721; background: linear-gradient(135deg, #688721, #248721);