#6f8213
a dark, vivid green · cool · closest name: olivedrab
RGB
111, 130, 19
HSL
70°, 75%, 29%
CMYK
15, 0, 85, 49
Luminance
0.1939
Every format
| HEX | #6f8213 |
| RGB | rgb(111, 130, 19) |
| HSL | hsl(70, 75%, 29%) |
| CMYK | cmyk(15%, 0%, 85%, 49%) |
| LAB | lab(51.1 -21.3 51.6) |
| LCH | lch(51.1 55.9 112.4) |
| OKLCH | oklch(0.572 0.129 119.7) |
Copy-ready code
/* CSS */
color: #6f8213;
background-color: #6f8213;
/* Tailwind (arbitrary) */
class="text-[#6f8213] bg-[#6f8213]"
/* SCSS */
$brand: #6f8213;
/* SwiftUI */
Color(red: 0.435, green: 0.510, blue: 0.075)
/* Android */
Color.parseColor("#6f8213")Accessibility — WCAG contrast
Aa
#6f8213 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f8213 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green51.0%
Blue7.5%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow85.4%
Key (black)49.0%
Color previews
#6f8213 text on a black background
contrast 4.88:1
Card sample
#6f8213 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f8213;
Background color
Panel with #6f8213 background
background-color: #6f8213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f8213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 130, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 130, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f8213; background: linear-gradient(135deg, #6f8213, #258213);