#687913
a dark, vivid green · cool · closest name: olivedrab
RGB
104, 121, 19
HSL
70°, 73%, 28%
CMYK
14, 0, 84, 53
Luminance
0.1666
Every format
| HEX | #687913 |
| RGB | rgb(104, 121, 19) |
| HSL | hsl(70, 73%, 28%) |
| CMYK | cmyk(14%, 0%, 84%, 53%) |
| LAB | lab(47.8 -19.8 48.6) |
| LCH | lch(47.8 52.4 112.2) |
| OKLCH | oklch(0.544 0.121 119.3) |
Copy-ready code
/* CSS */
color: #687913;
background-color: #687913;
/* Tailwind (arbitrary) */
class="text-[#687913] bg-[#687913]"
/* SCSS */
$brand: #687913;
/* SwiftUI */
Color(red: 0.408, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#687913")Accessibility — WCAG contrast
Aa
#687913 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#687913 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green47.5%
Blue7.5%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow84.3%
Key (black)52.5%
Color previews
#687913 text on a black background
contrast 4.33:1
Card sample
#687913 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #687913;
Background color
Panel with #687913 background
background-color: #687913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #687913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #687913; background: linear-gradient(135deg, #687913, #247913);