#81a592
a balanced, soft green · cool · closest name: gray
RGB
129, 165, 146
HSL
148°, 17%, 58%
CMYK
22, 0, 12, 35
Luminance
0.3365
Every format
| HEX | #81a592 |
| RGB | rgb(129, 165, 146) |
| HSL | hsl(148, 17%, 58%) |
| CMYK | cmyk(22%, 0%, 12%, 35%) |
| LAB | lab(64.7 -16.3 5.8) |
| LCH | lch(64.7 17.3 160.3) |
| OKLCH | oklch(0.690 0.048 161.8) |
Copy-ready code
/* CSS */
color: #81a592;
background-color: #81a592;
/* Tailwind (arbitrary) */
class="text-[#81a592] bg-[#81a592]"
/* SCSS */
$brand: #81a592;
/* SwiftUI */
Color(red: 0.506, green: 0.647, blue: 0.573)
/* Android */
Color.parseColor("#81a592")Accessibility — WCAG contrast
Aa
#81a592 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81a592 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green64.7%
Blue57.3%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow11.5%
Key (black)35.3%
Color previews
#81a592 text on a black background
contrast 7.73:1
Card sample
#81a592 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81a592;
Background color
Panel with #81a592 background
background-color: #81a592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81a592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 165, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 165, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81a592; background: linear-gradient(135deg, #81a592, #81A0A5);