#687b09
a dark, electric green · cool · closest name: olivedrab
RGB
104, 123, 9
HSL
70°, 86%, 26%
CMYK
15, 0, 93, 52
Luminance
0.1713
Every format
| HEX | #687b09 |
| RGB | rgb(104, 123, 9) |
| HSL | hsl(70, 86%, 26%) |
| CMYK | cmyk(15%, 0%, 93%, 52%) |
| LAB | lab(48.4 -21.1 51.4) |
| LCH | lch(48.4 55.6 112.3) |
| OKLCH | oklch(0.548 0.127 120.0) |
Copy-ready code
/* CSS */
color: #687b09;
background-color: #687b09;
/* Tailwind (arbitrary) */
class="text-[#687b09] bg-[#687b09]"
/* SCSS */
$brand: #687b09;
/* SwiftUI */
Color(red: 0.408, green: 0.482, blue: 0.035)
/* Android */
Color.parseColor("#687b09")Accessibility — WCAG contrast
Aa
#687b09 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#687b09 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green48.2%
Blue3.5%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow92.7%
Key (black)51.8%
Color previews
#687b09 text on a black background
contrast 4.43:1
Card sample
#687b09 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #687b09;
Background color
Panel with #687b09 background
background-color: #687b09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #687b09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 123, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 123, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #687b09; background: linear-gradient(135deg, #687b09, #1C7B09);