#6f8b6f
a balanced, muted green · cool · closest name: gray
RGB
111, 139, 111
HSL
120°, 11%, 49%
CMYK
20, 0, 20, 46
Luminance
0.2299
Every format
| HEX | #6f8b6f |
| RGB | rgb(111, 139, 111) |
| HSL | hsl(120, 11%, 49%) |
| CMYK | cmyk(20%, 0%, 20%, 46%) |
| LAB | lab(55.1 -15.7 11.8) |
| LCH | lch(55.1 19.6 143.2) |
| OKLCH | oklch(0.607 0.053 144.9) |
Copy-ready code
/* CSS */
color: #6f8b6f;
background-color: #6f8b6f;
/* Tailwind (arbitrary) */
class="text-[#6f8b6f] bg-[#6f8b6f]"
/* SCSS */
$brand: #6f8b6f;
/* SwiftUI */
Color(red: 0.435, green: 0.545, blue: 0.435)
/* Android */
Color.parseColor("#6f8b6f")Accessibility — WCAG contrast
Aa
#6f8b6f on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f8b6f on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green54.5%
Blue43.5%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow20.1%
Key (black)45.5%
Color previews
#6f8b6f text on a black background
contrast 5.60:1
Card sample
#6f8b6f text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f8b6f;
Background color
Panel with #6f8b6f background
background-color: #6f8b6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f8b6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 139, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 139, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f8b6f; background: linear-gradient(135deg, #6f8b6f, #6F8B82);