#68940f
a dark, electric green · cool · closest name: olivedrab
RGB
104, 148, 15
HSL
80°, 82%, 32%
CMYK
30, 0, 90, 42
Luminance
0.2416
Every format
| HEX | #68940f |
| RGB | rgb(104, 148, 15) |
| HSL | hsl(80, 82%, 32%) |
| CMYK | cmyk(30%, 0%, 90%, 42%) |
| LAB | lab(56.2 -33.1 56.7) |
| LCH | lch(56.2 65.7 120.3) |
| OKLCH | oklch(0.612 0.155 128.0) |
Copy-ready code
/* CSS */
color: #68940f;
background-color: #68940f;
/* Tailwind (arbitrary) */
class="text-[#68940f] bg-[#68940f]"
/* SCSS */
$brand: #68940f;
/* SwiftUI */
Color(red: 0.408, green: 0.580, blue: 0.059)
/* Android */
Color.parseColor("#68940f")Accessibility — WCAG contrast
Aa
#68940f on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#68940f on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green58.0%
Blue5.9%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow89.9%
Key (black)42.0%
Color previews
#68940f text on a black background
contrast 5.83:1
Card sample
#68940f text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68940f;
Background color
Panel with #68940f background
background-color: #68940f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68940f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 148, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 148, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68940f; background: linear-gradient(135deg, #68940f, #0F940F);