Mint
#9AEFA4
GreenColor Codes
All color formats for development
HEX
#9AEFA4RGB
rgb(154, 239, 164)HSL
hsl(127, 73%, 77%)OKLCH
oklch(0.879 0.132 147.2)CMYK
cmyk(36%, 0%, 31%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA85
2#56E566
3#34DF48
4#20CC34
5#1BAA2B
6#158823
7#10661A
8#0B4411
9#052209
Tints
Lighter variations
1#A4F1AD
2#AEF2B6
3#B8F4BF
4#C2F5C8
5#CCF7D1
6#D6F9DA
7#E1FAE4
8#EBFCED
9#F5FDF6
Tones
Muted variations
1#9EEBA7
2#A2E7AA
3#A6E2AD
4#ABDEB1
5#AFDAB4
6#B3D5B7
7#B8D1BB
8#BCCDBE
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E774 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E04C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC231 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4712 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FAE3;
--mint-200: #C6F6CB;
--mint-300: #9AEFA4;
--mint-400: #65E774;
--mint-500: #38E04C;
--mint-600: #1EC231;
--mint-700: #189A27;
--mint-800: #116E1C;
--mint-900: #0B4712;
--mint-950: #072C0B;
}