#88aa99
a balanced, soft green · cool · closest name: silver
RGB
136, 170, 153
HSL
150°, 17%, 60%
CMYK
20, 0, 10, 33
Luminance
0.3628
Every format
| HEX | #88aa99 |
| RGB | rgb(136, 170, 153) |
| HSL | hsl(150, 17%, 60%) |
| CMYK | cmyk(20%, 0%, 10%, 33%) |
| LAB | lab(66.7 -15.1 4.9) |
| LCH | lch(66.7 15.9 161.9) |
| OKLCH | oklch(0.708 0.045 163.4) |
Copy-ready code
/* CSS */
color: #88aa99;
background-color: #88aa99;
/* Tailwind (arbitrary) */
class="text-[#88aa99] bg-[#88aa99]"
/* SCSS */
$brand: #88aa99;
/* SwiftUI */
Color(red: 0.533, green: 0.667, blue: 0.600)
/* Android */
Color.parseColor("#88aa99")Accessibility — WCAG contrast
Aa
#88aa99 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88aa99 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green66.7%
Blue60.0%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow10.0%
Key (black)33.3%
Color previews
#88aa99 text on a black background
contrast 8.26:1
Card sample
#88aa99 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88aa99;
Background color
Panel with #88aa99 background
background-color: #88aa99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88aa99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 170, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 170, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88aa99; background: linear-gradient(135deg, #88aa99, #88A4AA);