#aabb88
a balanced, soft green · cool · closest name: tan
RGB
170, 187, 136
HSL
80°, 27%, 63%
CMYK
9, 0, 27, 27
Luminance
0.4586
Every format
| HEX | #aabb88 |
| RGB | rgb(170, 187, 136) |
| HSL | hsl(80, 27%, 63%) |
| CMYK | cmyk(9%, 0%, 27%, 27%) |
| LAB | lab(73.5 -14.7 24.0) |
| LCH | lch(73.5 28.1 121.5) |
| OKLCH | oklch(0.766 0.072 123.1) |
Copy-ready code
/* CSS */
color: #aabb88;
background-color: #aabb88;
/* Tailwind (arbitrary) */
class="text-[#aabb88] bg-[#aabb88]"
/* SCSS */
$brand: #aabb88;
/* SwiftUI */
Color(red: 0.667, green: 0.733, blue: 0.533)
/* Android */
Color.parseColor("#aabb88")Accessibility — WCAG contrast
Aa
#aabb88 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabb88 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.3%
Blue53.3%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow27.3%
Key (black)26.7%
Color previews
#aabb88 text on a black background
contrast 10.17:1
Card sample
#aabb88 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabb88;
Background color
Panel with #aabb88 background
background-color: #aabb88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabb88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 187, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 187, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabb88; background: linear-gradient(135deg, #aabb88, #88BB88);