Mint
#9AEFB5
GreenColor Codes
All color formats for development
HEX
#9AEFB5RGB
rgb(154, 239, 181)HSL
hsl(139, 73%, 77%)OKLCH
oklch(0.883 0.116 153.6)CMYK
cmyk(36%, 0%, 24%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA9C
2#56E583
3#34DF6A
4#20CC56
5#1BAA48
6#15883A
7#10662B
8#0B441D
9#05220E
Tints
Lighter variations
1#A4F1BC
2#AEF2C4
3#B8F4CB
4#C2F5D2
5#CCF7DA
6#D6F9E1
7#E1FAE9
8#EBFCF0
9#F5FDF8
Tones
Muted variations
1#9EEBB6
2#A2E7B8
3#A6E2B9
4#ABDEBB
5#AFDABD
6#B3D5BE
7#B8D1C0
8#BCCDC1
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E78E | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E06E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC252 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471E | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E0FAE8;
--mint-200: #C6F6D5;
--mint-300: #9AEFB5;
--mint-400: #65E78E;
--mint-500: #38E06E;
--mint-600: #1EC252;
--mint-700: #189A41;
--mint-800: #116E2F;
--mint-900: #0B471E;
--mint-950: #072C13;
}