Mint
#9FEAAA
GreenColor Codes
All color formats for development
HEX
#9FEAAARGB
rgb(159, 234, 170)HSL
hsl(129, 64%, 77%)OKLCH
oklch(0.871 0.115 148.2)CMYK
cmyk(32%, 0%, 27%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE38E
2#5EDC71
3#3ED555
4#2AC141
5#23A136
6#1C812B
7#156121
8#0E4016
9#07200B
Tints
Lighter variations
1#A8ECB3
2#B2EEBB
3#BCF0C4
4#C5F2CC
5#CFF4D5
6#D9F7DD
7#E2F9E6
8#ECFBEE
9#F5FDF7
Tones
Muted variations
1#A3E6AD
2#A6E2AF
3#AADFB2
4#AEDBB5
5#B2D7B7
6#B5D3BA
7#B9D0BC
8#BDCCBF
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF7E | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D659 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B83E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209231 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176923 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF4;
--mint-100: #E2F9E5;
--mint-200: #C9F3CF;
--mint-300: #9FEAAA;
--mint-400: #6DDF7E;
--mint-500: #43D659;
--mint-600: #28B83E;
--mint-700: #209231;
--mint-800: #176923;
--mint-900: #0F4317;
--mint-950: #092A0E;
}