Mint
#9AEFC1
GreenColor Codes
All color formats for development
HEX
#9AEFC1RGB
rgb(154, 239, 193)HSL
hsl(148, 73%, 77%)OKLCH
oklch(0.885 0.105 159.6)CMYK
cmyk(36%, 0%, 19%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAAD
2#56E598
3#34DF84
4#20CC70
5#1BAA5D
6#15884B
7#106638
8#0B4425
9#052213
Tints
Lighter variations
1#A4F1C8
2#AEF2CE
3#B8F4D4
4#C2F5DA
5#CCF7E0
6#D6F9E6
7#E1FAED
8#EBFCF3
9#F5FDF9
Tones
Muted variations
1#9EEBC2
2#A2E7C2
3#A6E2C2
4#ABDEC3
5#AFDAC3
6#B3D5C3
7#B8D1C3
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 #E0FAEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7A1 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E087 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC26B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4727 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FAEC;
--mint-200: #C6F6DC;
--mint-300: #9AEFC1;
--mint-400: #65E7A1;
--mint-500: #38E087;
--mint-600: #1EC26B;
--mint-700: #189A55;
--mint-800: #116E3D;
--mint-900: #0B4727;
--mint-950: #072C18;
}