#81ab8d
a balanced, soft green · cool · closest name: silver
RGB
129, 171, 141
HSL
137°, 20%, 59%
CMYK
25, 0, 18, 33
Luminance
0.3572
Every format
| HEX | #81ab8d |
| RGB | rgb(129, 171, 141) |
| HSL | hsl(137, 20%, 59%) |
| CMYK | cmyk(25%, 0%, 18%, 33%) |
| LAB | lab(66.3 -20.4 10.9) |
| LCH | lch(66.3 23.1 151.9) |
| OKLCH | oklch(0.702 0.063 153.5) |
Copy-ready code
/* CSS */
color: #81ab8d;
background-color: #81ab8d;
/* Tailwind (arbitrary) */
class="text-[#81ab8d] bg-[#81ab8d]"
/* SCSS */
$brand: #81ab8d;
/* SwiftUI */
Color(red: 0.506, green: 0.671, blue: 0.553)
/* Android */
Color.parseColor("#81ab8d")Accessibility — WCAG contrast
Aa
#81ab8d on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81ab8d on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green67.1%
Blue55.3%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow17.5%
Key (black)32.9%
Color previews
#81ab8d text on a black background
contrast 8.14:1
Card sample
#81ab8d text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81ab8d;
Background color
Panel with #81ab8d background
background-color: #81ab8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81ab8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 171, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 171, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81ab8d; background: linear-gradient(135deg, #81ab8d, #81ABA9);