Mint
#9FEABE
GreenColor Codes
All color formats for development
HEX
#9FEABERGB
rgb(159, 234, 190)HSL
hsl(145, 64%, 77%)OKLCH
oklch(0.876 0.097 157.9)CMYK
cmyk(32%, 0%, 19%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3A8
2#5EDC93
3#3ED57D
4#2AC169
5#23A158
6#1C8146
7#156135
8#0E4023
9#072012
Tints
Lighter variations
1#A8ECC5
2#B2EECB
3#BCF0D2
4#C5F2D8
5#CFF4DF
6#D9F7E5
7#E2F9EC
8#ECFBF2
9#F5FDF9
Tones
Muted variations
1#A3E6BF
2#A6E2BF
3#AADFC0
4#AEDBC1
5#B2D7C1
6#B5D3C2
7#B9D0C2
8#BDCCC3
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABE | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9C | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D680 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B864 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209250 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176939 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF7;
--mint-100: #E2F9EB;
--mint-200: #C9F3DA;
--mint-300: #9FEABE;
--mint-400: #6DDF9C;
--mint-500: #43D680;
--mint-600: #28B864;
--mint-700: #209250;
--mint-800: #176939;
--mint-900: #0F4324;
--mint-950: #092A17;
}