#88b858
a balanced, soft green · cool · closest name: olivedrab
RGB
136, 184, 88
HSL
90°, 40%, 53%
CMYK
26, 0, 52, 28
Luminance
0.4022
Every format
| HEX | #88b858 |
| RGB | rgb(136, 184, 88) |
| HSL | hsl(90, 40%, 53%) |
| CMYK | cmyk(26%, 0%, 52%, 28%) |
| LAB | lab(69.6 -32.3 43.3) |
| LCH | lch(69.6 54.0 126.7) |
| OKLCH | oklch(0.727 0.137 131.1) |
Copy-ready code
/* CSS */
color: #88b858;
background-color: #88b858;
/* Tailwind (arbitrary) */
class="text-[#88b858] bg-[#88b858]"
/* SCSS */
$brand: #88b858;
/* SwiftUI */
Color(red: 0.533, green: 0.722, blue: 0.345)
/* Android */
Color.parseColor("#88b858")Accessibility — WCAG contrast
Aa
#88b858 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88b858 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green72.2%
Blue34.5%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow52.2%
Key (black)27.8%
Color previews
#88b858 text on a black background
contrast 9.04:1
Card sample
#88b858 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88b858;
Background color
Panel with #88b858 background
background-color: #88b858;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88b858;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 184, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 184, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88b858; background: linear-gradient(135deg, #88b858, #58B868);