Mint
#9FEAAD
GreenColor Codes
All color formats for development
HEX
#9FEAADRGB
rgb(159, 234, 173)HSL
hsl(131, 64%, 77%)OKLCH
oklch(0.872 0.112 149.5)CMYK
cmyk(32%, 0%, 26%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE391
2#5EDC75
3#3ED55A
4#2AC146
5#23A13A
6#1C812F
7#156123
8#0E4017
9#07200C
Tints
Lighter variations
1#A8ECB5
2#B2EEBD
3#BCF0C5
4#C5F2CE
5#CFF4D6
6#D9F7DE
7#E2F9E6
8#ECFBEF
9#F5FDF7
Tones
Muted variations
1#A3E6AF
2#A6E2B1
3#AADFB4
4#AEDBB6
5#B2D7B8
6#B5D3BB
7#B9D0BD
8#BDCCC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF82 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D65E | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B843 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209235 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176926 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4318 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF4;
--mint-100: #E2F9E6;
--mint-200: #C9F3D0;
--mint-300: #9FEAAD;
--mint-400: #6DDF82;
--mint-500: #43D65E;
--mint-600: #28B843;
--mint-700: #209235;
--mint-800: #176926;
--mint-900: #0F4318;
--mint-950: #092A0F;
}