Mint
#9FEAAB
GreenColor Codes
All color formats for development
HEX
#9FEAABRGB
rgb(159, 234, 171)HSL
hsl(130, 64%, 77%)OKLCH
oklch(0.872 0.114 148.6)CMYK
cmyk(32%, 0%, 27%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE38F
2#5EDC73
3#3ED557
4#2AC144
5#23A138
6#1C812D
7#156122
8#0E4017
9#07200B
Tints
Lighter variations
1#A8ECB4
2#B2EEBC
3#BCF0C4
4#C5F2CD
5#CFF4D5
6#D9F7DE
7#E2F9E6
8#ECFBEE
9#F5FDF7
Tones
Muted variations
1#A3E6AE
2#A6E2B0
3#AADFB3
4#AEDBB5
5#B2D7B8
6#B5D3BA
7#B9D0BD
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 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF80 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D65B | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B840 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209233 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176925 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | 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: #9FEAAB;
--mint-400: #6DDF80;
--mint-500: #43D65B;
--mint-600: #28B840;
--mint-700: #209233;
--mint-800: #176925;
--mint-900: #0F4317;
--mint-950: #092A0F;
}