Mint
#9FE9AF
GreenColor Codes
All color formats for development
HEX
#9FE9AFRGB
rgb(159, 233, 175)HSL
hsl(133, 63%, 77%)OKLCH
oklch(0.87 0.109 150.4)CMYK
cmyk(32%, 0%, 25%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE295
2#5FDB7A
3#3FD45F
4#2CC04C
5#24A03F
6#1D8033
7#166026
8#0F4019
9#07200D
Tints
Lighter variations
1#A9EBB7
2#B3EEBF
3#BCF0C7
4#C6F2CF
5#CFF4D7
6#D9F6DF
7#E2F8E7
8#ECFBEF
9#F5FDF7
Tones
Muted variations
1#A3E6B2
2#A7E2B4
3#AADEB6
4#AEDBB8
5#B2D7BA
6#B6D3BC
7#B9CFBE
8#BDCCC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE86 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D563 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB748 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219139 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186829 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431A | 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: #F3FCF5;
--mint-100: #E2F8E7;
--mint-200: #C9F3D2;
--mint-300: #9FE9AF;
--mint-400: #6EDE86;
--mint-500: #44D563;
--mint-600: #2AB748;
--mint-700: #219139;
--mint-800: #186829;
--mint-900: #0F431A;
--mint-950: #092A10;
}