Mint
#9EEAB1
GreenColor Codes
All color formats for development
HEX
#9EEAB1RGB
rgb(158, 234, 177)HSL
hsl(135, 64%, 77%)OKLCH
oklch(0.872 0.109 151.5)CMYK
cmyk(32%, 0%, 24%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE398
2#5EDC7E
3#3ED564
4#2AC150
5#23A143
6#1C8135
7#156128
8#0E401B
9#07200D
Tints
Lighter variations
1#A8ECB9
2#B2EEC1
3#BCF0C9
4#C5F2D1
5#CFF4D8
6#D9F7E0
7#E2F9E8
8#ECFBF0
9#F5FDF7
Tones
Muted variations
1#A3E6B3
2#A6E2B5
3#AADFB7
4#AEDBB9
5#B2D7BB
6#B5D3BD
7#B9D0BF
8#BDCCC1
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF89 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D668 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B84C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20923D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF5;
--mint-100: #E2F9E7;
--mint-200: #C9F3D3;
--mint-300: #9FEAB2;
--mint-400: #6DDF89;
--mint-500: #43D668;
--mint-600: #28B84C;
--mint-700: #20923D;
--mint-800: #17692B;
--mint-900: #0F431C;
--mint-950: #092A11;
}