#6b970d
a dark, electric green · cool · closest name: olivedrab
RGB
107, 151, 13
HSL
79°, 84%, 32%
CMYK
29, 0, 91, 41
Luminance
0.2529
Every format
| HEX | #6b970d |
| RGB | rgb(107, 151, 13) |
| HSL | hsl(79, 84%, 32%) |
| CMYK | cmyk(29%, 0%, 91%, 41%) |
| LAB | lab(57.4 -33.4 58.1) |
| LCH | lch(57.4 67.0 119.9) |
| OKLCH | oklch(0.621 0.158 127.7) |
Copy-ready code
/* CSS */
color: #6b970d;
background-color: #6b970d;
/* Tailwind (arbitrary) */
class="text-[#6b970d] bg-[#6b970d]"
/* SCSS */
$brand: #6b970d;
/* SwiftUI */
Color(red: 0.420, green: 0.592, blue: 0.051)
/* Android */
Color.parseColor("#6b970d")Accessibility — WCAG contrast
Aa
#6b970d on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6b970d on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green59.2%
Blue5.1%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow91.4%
Key (black)40.8%
Color previews
#6b970d text on a black background
contrast 6.06:1
Card sample
#6b970d text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b970d;
Background color
Panel with #6b970d background
background-color: #6b970d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b970d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 151, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 151, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b970d; background: linear-gradient(135deg, #6b970d, #0F970D);