#81ab9b
a balanced, soft green · cool · closest name: silver
RGB
129, 171, 155
HSL
157°, 20%, 59%
CMYK
25, 0, 9, 33
Luminance
0.3616
Every format
| HEX | #81ab9b |
| RGB | rgb(129, 171, 155) |
| HSL | hsl(157, 20%, 59%) |
| CMYK | cmyk(25%, 0%, 9%, 33%) |
| LAB | lab(66.6 -17.6 3.6) |
| LCH | lch(66.6 17.9 168.3) |
| OKLCH | oklch(0.706 0.051 169.4) |
Copy-ready code
/* CSS */
color: #81ab9b;
background-color: #81ab9b;
/* Tailwind (arbitrary) */
class="text-[#81ab9b] bg-[#81ab9b]"
/* SCSS */
$brand: #81ab9b;
/* SwiftUI */
Color(red: 0.506, green: 0.671, blue: 0.608)
/* Android */
Color.parseColor("#81ab9b")Accessibility — WCAG contrast
Aa
#81ab9b on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81ab9b on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green67.1%
Blue60.8%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow9.4%
Key (black)32.9%
Color previews
#81ab9b text on a black background
contrast 8.23:1
Card sample
#81ab9b text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81ab9b;
Background color
Panel with #81ab9b background
background-color: #81ab9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81ab9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 171, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 171, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81ab9b; background: linear-gradient(135deg, #81ab9b, #819FAB);