Mint
#9AEFAB
GreenColor Codes
All color formats for development
HEX
#9AEFABRGB
rgb(154, 239, 171)HSL
hsl(132, 73%, 77%)OKLCH
oklch(0.88 0.125 149.6)CMYK
cmyk(36%, 0%, 28%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA8E
2#56E572
3#34DF56
4#20CC42
5#1BAA37
6#15882C
7#106621
8#0B4416
9#05220B
Tints
Lighter variations
1#A4F1B3
2#AEF2BC
3#B8F4C4
4#C2F5CC
5#CCF7D5
6#D6F9DD
7#E1FAE6
8#EBFCEE
9#F5FDF7
Tones
Muted variations
1#9EEBAD
2#A2E7B0
3#A6E2B2
4#ABDEB5
5#AFDAB8
6#B3D5BA
7#B8D1BD
8#BCCDBF
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E77F | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E05A | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC23F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4717 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E0FAE5;
--mint-200: #C6F6CF;
--mint-300: #9AEFAB;
--mint-400: #65E77F;
--mint-500: #38E05A;
--mint-600: #1EC23F;
--mint-700: #189A32;
--mint-800: #116E24;
--mint-900: #0B4717;
--mint-950: #072C0E;
}