#6b9049
a dark, soft green · cool · closest name: olivedrab
RGB
107, 144, 73
HSL
91°, 33%, 43%
CMYK
26, 0, 49, 44
Luminance
0.2355
Every format
| HEX | #6b9049 |
| RGB | rgb(107, 144, 73) |
| HSL | hsl(91, 33%, 43%) |
| CMYK | cmyk(26%, 0%, 49%, 44%) |
| LAB | lab(55.6 -25.8 33.5) |
| LCH | lch(55.6 42.2 127.6) |
| OKLCH | oklch(0.609 0.107 131.5) |
Copy-ready code
/* CSS */
color: #6b9049;
background-color: #6b9049;
/* Tailwind (arbitrary) */
class="text-[#6b9049] bg-[#6b9049]"
/* SCSS */
$brand: #6b9049;
/* SwiftUI */
Color(red: 0.420, green: 0.565, blue: 0.286)
/* Android */
Color.parseColor("#6b9049")Accessibility — WCAG contrast
Aa
#6b9049 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6b9049 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green56.5%
Blue28.6%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow49.3%
Key (black)43.5%
Color previews
#6b9049 text on a black background
contrast 5.71:1
Card sample
#6b9049 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b9049;
Background color
Panel with #6b9049 background
background-color: #6b9049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b9049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 144, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 144, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b9049; background: linear-gradient(135deg, #6b9049, #499056);