Mint
#9FEAAE
GreenColor Codes
All color formats for development
HEX
#9FEAAERGB
rgb(159, 234, 174)HSL
hsl(132, 64%, 77%)OKLCH
oklch(0.872 0.111 149.9)CMYK
cmyk(32%, 0%, 26%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE393
2#5EDC77
3#3ED55C
4#2AC149
5#23A13C
6#1C8130
7#156124
8#0E4018
9#07200C
Tints
Lighter variations
1#A8ECB6
2#B2EEBE
3#BCF0C6
4#C5F2CE
5#CFF4D6
6#D9F7DF
7#E2F9E7
8#ECFBEF
9#F5FDF7
Tones
Muted variations
1#A3E6B0
2#A6E2B2
3#AADFB5
4#AEDBB7
5#B2D7B9
6#B5D3BB
7#B9D0BE
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 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAE | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF83 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D660 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B845 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209237 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176927 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF4;
--mint-100: #E2F9E6;
--mint-200: #C9F3D1;
--mint-300: #9FEAAE;
--mint-400: #6DDF83;
--mint-500: #43D660;
--mint-600: #28B845;
--mint-700: #209237;
--mint-800: #176927;
--mint-900: #0F4319;
--mint-950: #092A10;
}