#6f8421
a dark, vivid green · cool · closest name: olivedrab
RGB
111, 132, 33
HSL
73°, 60%, 32%
CMYK
16, 0, 75, 48
Luminance
0.1999
Every format
| HEX | #6f8421 |
| RGB | rgb(111, 132, 33) |
| HSL | hsl(73, 60%, 32%) |
| CMYK | cmyk(16%, 0%, 75%, 48%) |
| LAB | lab(51.8 -21.7 47.8) |
| LCH | lch(51.8 52.5 114.4) |
| OKLCH | oklch(0.577 0.124 121.0) |
Copy-ready code
/* CSS */
color: #6f8421;
background-color: #6f8421;
/* Tailwind (arbitrary) */
class="text-[#6f8421] bg-[#6f8421]"
/* SCSS */
$brand: #6f8421;
/* SwiftUI */
Color(red: 0.435, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#6f8421")Accessibility — WCAG contrast
Aa
#6f8421 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f8421 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green51.8%
Blue12.9%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#6f8421 text on a black background
contrast 5.00:1
Card sample
#6f8421 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f8421;
Background color
Panel with #6f8421 background
background-color: #6f8421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f8421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f8421; background: linear-gradient(135deg, #6f8421, #2D8421);