Mint
#9FEABC
GreenColor Codes
All color formats for development
HEX
#9FEABCRGB
rgb(159, 234, 188)HSL
hsl(143, 64%, 77%)OKLCH
oklch(0.876 0.098 156.8)CMYK
cmyk(32%, 0%, 20%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3A5
2#5EDC8E
3#3ED578
4#2AC164
5#23A154
6#1C8143
7#156132
8#0E4021
9#072011
Tints
Lighter variations
1#A8ECC2
2#B2EEC9
3#BCF0D0
4#C5F2D7
5#CFF4DD
6#D9F7E4
7#E2F9EB
8#ECFBF2
9#F5FDF8
Tones
Muted variations
1#A3E6BC
2#A6E2BD
3#AADFBE
4#AEDBBF
5#B2D7C0
6#B5D3C1
7#B9D0C2
8#BDCCC3
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABC | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF98 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D67B | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176936 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4323 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF6;
--mint-100: #E2F9EA;
--mint-200: #C9F3D9;
--mint-300: #9FEABC;
--mint-400: #6DDF98;
--mint-500: #43D67B;
--mint-600: #28B85F;
--mint-700: #20924C;
--mint-800: #176936;
--mint-900: #0F4323;
--mint-950: #092A16;
}