Mint
#9AEFC4
GreenColor Codes
All color formats for development
HEX
#9AEFC4RGB
rgb(154, 239, 196)HSL
hsl(150, 73%, 77%)OKLCH
oklch(0.886 0.103 161.3)CMYK
cmyk(36%, 0%, 18%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAB1
2#56E59D
3#34DF89
4#20CC76
5#1BAA62
6#15884F
7#10663B
8#0B4427
9#052214
Tints
Lighter variations
1#A4F1CA
2#AEF2D0
3#B8F4D6
4#C2F5DC
5#CCF7E2
6#D6F9E8
7#E1FAED
8#EBFCF3
9#F5FDF9
Tones
Muted variations
1#9EEBC4
2#A2E7C4
3#A6E2C4
4#ABDEC4
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 #C6F6DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7A6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E08C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC270 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4729 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FAED;
--mint-200: #C6F6DE;
--mint-300: #9AEFC4;
--mint-400: #65E7A6;
--mint-500: #38E08C;
--mint-600: #1EC270;
--mint-700: #189A59;
--mint-800: #116E40;
--mint-900: #0B4729;
--mint-950: #072C1A;
}