Mint
#9EEBAB
GreenColor Codes
All color formats for development
HEX
#9EEBABRGB
rgb(158, 235, 171)HSL
hsl(130, 66%, 77%)OKLCH
oklch(0.873 0.116 148.9)CMYK
cmyk(33%, 0%, 27%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE48E
2#5CDE72
3#3CD756
4#28C442
5#21A337
6#1B822C
7#146221
8#0D4116
9#07210B
Tints
Lighter variations
1#A7EDB3
2#B1EFBB
3#BBF1C4
4#C5F3CC
5#CEF5D5
6#D8F7DD
7#E2F9E6
8#ECFBEE
9#F5FDF7
Tones
Muted variations
1#A2E7AD
2#A5E3B0
3#A9DFB2
4#ADDCB5
5#B1D8B7
6#B5D4BA
7#B9D0BD
8#BDCCBF
9#C0C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBAB | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE17E | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D85A | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9432 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4417 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF4;
--mint-100: #E1F9E5;
--mint-200: #C8F4CF;
--mint-300: #9EEBAB;
--mint-400: #6BE17E;
--mint-500: #41D85A;
--mint-600: #26BA3F;
--mint-700: #1E9432;
--mint-800: #166A24;
--mint-900: #0E4417;
--mint-950: #092A0E;
}