Mint
#9EEABD
GreenColor Codes
All color formats for development
HEX
#9EEABDRGB
rgb(158, 234, 189)HSL
hsl(144, 64%, 77%)OKLCH
oklch(0.875 0.098 157.6)CMYK
cmyk(32%, 0%, 19%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3A7
2#5EDC91
3#3ED57A
4#2AC167
5#23A156
6#1C8144
7#156133
8#0E4022
9#072011
Tints
Lighter variations
1#A8ECC3
2#B2EECA
3#BCF0D1
4#C5F2D7
5#CFF4DE
6#D9F7E5
7#E2F9EB
8#ECFBF2
9#F5FDF8
Tones
Muted variations
1#A3E6BE
2#A6E2BE
3#AADFBF
4#AEDBC0
5#B2D7C1
6#B5D3C1
7#B9D0C2
8#BDCCC3
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D67E | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176938 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF6;
--mint-100: #E2F9EB;
--mint-200: #C9F3DA;
--mint-300: #9FEABD;
--mint-400: #6DDF9A;
--mint-500: #43D67E;
--mint-600: #28B862;
--mint-700: #20924E;
--mint-800: #176938;
--mint-900: #0F4324;
--mint-950: #092A16;
}