#6e930f
a dark, electric green · cool · closest name: olivedrab
RGB
110, 147, 15
HSL
77°, 82%, 32%
CMYK
25, 0, 90, 42
Luminance
0.2422
Every format
| HEX | #6e930f |
| RGB | rgb(110, 147, 15) |
| HSL | hsl(77, 82%, 32%) |
| CMYK | cmyk(25%, 0%, 90%, 42%) |
| LAB | lab(56.3 -30.2 56.9) |
| LCH | lch(56.3 64.4 118.0) |
| OKLCH | oklch(0.613 0.151 125.7) |
Copy-ready code
/* CSS */
color: #6e930f;
background-color: #6e930f;
/* Tailwind (arbitrary) */
class="text-[#6e930f] bg-[#6e930f]"
/* SCSS */
$brand: #6e930f;
/* SwiftUI */
Color(red: 0.431, green: 0.576, blue: 0.059)
/* Android */
Color.parseColor("#6e930f")Accessibility — WCAG contrast
Aa
#6e930f on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6e930f on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green57.6%
Blue5.9%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow89.8%
Key (black)42.4%
Color previews
#6e930f text on a black background
contrast 5.84:1
Card sample
#6e930f text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e930f;
Background color
Panel with #6e930f background
background-color: #6e930f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e930f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 147, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 147, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e930f; background: linear-gradient(135deg, #6e930f, #16930F);