#809062
a balanced, soft green · cool · closest name: tan
RGB
128, 144, 98
HSL
81°, 19%, 48%
CMYK
11, 0, 32, 44
Luminance
0.2542
Every format
| HEX | #809062 |
| RGB | rgb(128, 144, 98) |
| HSL | hsl(81, 19%, 48%) |
| CMYK | cmyk(11%, 0%, 32%, 44%) |
| LAB | lab(57.5 -14.1 22.6) |
| LCH | lch(57.5 26.6 121.9) |
| OKLCH | oklch(0.628 0.068 123.9) |
Copy-ready code
/* CSS */
color: #809062;
background-color: #809062;
/* Tailwind (arbitrary) */
class="text-[#809062] bg-[#809062]"
/* SCSS */
$brand: #809062;
/* SwiftUI */
Color(red: 0.502, green: 0.565, blue: 0.384)
/* Android */
Color.parseColor("#809062")Accessibility — WCAG contrast
Aa
#809062 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#809062 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green56.5%
Blue38.4%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow31.9%
Key (black)43.5%
Color previews
#809062 text on a black background
contrast 6.08:1
Card sample
#809062 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #809062;
Background color
Panel with #809062 background
background-color: #809062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #809062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 144, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 144, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #809062; background: linear-gradient(135deg, #809062, #629063);