Mint
#9EEAB8
GreenColor Codes
All color formats for development
HEX
#9EEAB8RGB
rgb(158, 234, 184)HSL
hsl(141, 64%, 77%)OKLCH
oklch(0.874 0.103 154.9)CMYK
cmyk(32%, 0%, 21%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3A2
2#5EDC8A
3#3ED573
4#2AC15F
5#23A14F
6#1C813F
7#156130
8#0E4020
9#072010
Tints
Lighter variations
1#A8ECC0
2#B2EEC7
3#BCF0CE
4#C5F2D5
5#CFF4DC
6#D9F7E3
7#E2F9EA
8#ECFBF1
9#F5FDF8
Tones
Muted variations
1#A3E6BA
2#A6E2BB
3#AADFBC
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 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF95 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D676 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209248 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176934 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4321 | 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: #C9F3D7;
--mint-300: #9FEAB9;
--mint-400: #6DDF95;
--mint-500: #43D676;
--mint-600: #28B85B;
--mint-700: #209248;
--mint-800: #176934;
--mint-900: #0F4321;
--mint-950: #092A15;
}