Mint
#9AEFC3
GreenColor Codes
All color formats for development
HEX
#9AEFC3RGB
rgb(154, 239, 195)HSL
hsl(149, 73%, 77%)OKLCH
oklch(0.886 0.103 160.7)CMYK
cmyk(36%, 0%, 18%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAAF
2#56E59B
3#34DF87
4#20CC73
5#1BAA60
6#15884D
7#106639
8#0B4426
9#052213
Tints
Lighter variations
1#A4F1C9
2#AEF2CF
3#B8F4D5
4#C2F5DB
5#CCF7E1
6#D6F9E7
7#E1FAED
8#EBFCF3
9#F5FDF9
Tones
Muted variations
1#9EEBC3
2#A2E7C3
3#A6E2C3
4#ABDEC3
5#AFDAC4
6#B3D5C4
7#B8D1C4
8#BCCDC4
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7A4 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E089 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC26D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4728 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FAED;
--mint-200: #C6F6DD;
--mint-300: #9AEFC3;
--mint-400: #65E7A4;
--mint-500: #38E089;
--mint-600: #1EC26D;
--mint-700: #189A57;
--mint-800: #116E3E;
--mint-900: #0B4728;
--mint-950: #072C19;
}