Mint
#9AEFA9
GreenColor Codes
All color formats for development
HEX
#9AEFA9RGB
rgb(154, 239, 169)HSL
hsl(131, 73%, 77%)OKLCH
oklch(0.88 0.127 148.9)CMYK
cmyk(36%, 0%, 29%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA8D
2#56E570
3#34DF53
4#20CC3F
5#1BAA35
6#15882A
7#106620
8#0B4415
9#05220B
Tints
Lighter variations
1#A4F1B2
2#AEF2BA
3#B8F4C3
4#C2F5CC
5#CCF7D4
6#D6F9DD
7#E1FAE5
8#EBFCEE
9#F5FDF6
Tones
Muted variations
1#9EEBAC
2#A2E7AF
3#A6E2B1
4#ABDEB4
5#AFDAB7
6#B3D5BA
7#B8D1BC
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 #9AEFA9 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E77C | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E057 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC23C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E22 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4716 | 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: #9AEFA9;
--mint-400: #65E77C;
--mint-500: #38E057;
--mint-600: #1EC23C;
--mint-700: #189A30;
--mint-800: #116E22;
--mint-900: #0B4716;
--mint-950: #072C0E;
}