#6b9328
a dark, vivid green · cool · closest name: olivedrab
RGB
107, 147, 40
HSL
82°, 57%, 37%
CMYK
27, 0, 73, 42
Luminance
0.2415
Every format
| HEX | #6b9328 |
| RGB | rgb(107, 147, 40) |
| HSL | hsl(82, 57%, 37%) |
| CMYK | cmyk(27%, 0%, 73%, 42%) |
| LAB | lab(56.2 -30.3 49.4) |
| LCH | lch(56.2 57.9 121.5) |
| OKLCH | oklch(0.612 0.141 128.0) |
Copy-ready code
/* CSS */
color: #6b9328;
background-color: #6b9328;
/* Tailwind (arbitrary) */
class="text-[#6b9328] bg-[#6b9328]"
/* SCSS */
$brand: #6b9328;
/* SwiftUI */
Color(red: 0.420, green: 0.576, blue: 0.157)
/* Android */
Color.parseColor("#6b9328")Accessibility — WCAG contrast
Aa
#6b9328 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6b9328 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green57.6%
Blue15.7%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow72.8%
Key (black)42.4%
Color previews
#6b9328 text on a black background
contrast 5.83:1
Card sample
#6b9328 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b9328;
Background color
Panel with #6b9328 background
background-color: #6b9328;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b9328;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 147, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 147, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b9328; background: linear-gradient(135deg, #6b9328, #28932C);