Mint
#9EEABA
GreenColor Codes
All color formats for development
HEX
#9EEABARGB
rgb(158, 234, 186)HSL
hsl(142, 64%, 77%)OKLCH
oklch(0.875 0.101 156)CMYK
cmyk(32%, 0%, 21%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3A3
2#5EDC8C
3#3ED575
4#2AC162
5#23A151
6#1C8141
7#156131
8#0E4021
9#072010
Tints
Lighter variations
1#A8ECC1
2#B2EEC8
3#BCF0CF
4#C5F2D6
5#CFF4DD
6#D9F7E4
7#E2F9EA
8#ECFBF1
9#F5FDF8
Tones
Muted variations
1#A3E6BB
2#A6E2BC
3#AADFBD
4#AEDBBE
5#B2D7BF
6#B5D3C0
7#B9D0C1
8#BDCCC2
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF97 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D679 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176935 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4322 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF6;
--mint-100: #E2F9EA;
--mint-200: #C9F3D8;
--mint-300: #9FEABA;
--mint-400: #6DDF97;
--mint-500: #43D679;
--mint-600: #28B85D;
--mint-700: #20924A;
--mint-800: #176935;
--mint-900: #0F4322;
--mint-950: #092A15;
}