#83906f
a balanced, muted green · cool · closest name: gray
RGB
131, 144, 111
HSL
84°, 13%, 50%
CMYK
9, 0, 23, 44
Luminance
0.2592
Every format
| HEX | #83906f |
| RGB | rgb(131, 144, 111) |
| HSL | hsl(84, 13%, 50%) |
| CMYK | cmyk(9%, 0%, 23%, 44%) |
| LAB | lab(58.0 -10.9 16.0) |
| LCH | lch(58.0 19.4 124.2) |
| OKLCH | oklch(0.634 0.050 125.3) |
Copy-ready code
/* CSS */
color: #83906f;
background-color: #83906f;
/* Tailwind (arbitrary) */
class="text-[#83906f] bg-[#83906f]"
/* SCSS */
$brand: #83906f;
/* SwiftUI */
Color(red: 0.514, green: 0.565, blue: 0.435)
/* Android */
Color.parseColor("#83906f")Accessibility — WCAG contrast
Aa
#83906f on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#83906f on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green56.5%
Blue43.5%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow22.9%
Key (black)43.5%
Color previews
#83906f text on a black background
contrast 6.18:1
Card sample
#83906f text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83906f;
Background color
Panel with #83906f background
background-color: #83906f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83906f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 144, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 144, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83906f; background: linear-gradient(135deg, #83906f, #6F9071);