Mint
#9AEFB3
GreenColor Codes
All color formats for development
HEX
#9AEFB3RGB
rgb(154, 239, 179)HSL
hsl(138, 73%, 77%)OKLCH
oklch(0.882 0.117 152.8)CMYK
cmyk(36%, 0%, 25%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EA9A
2#56E580
3#34DF67
4#20CC53
5#1BAA46
6#158838
7#10662A
8#0B441C
9#05220E
Tints
Lighter variations
1#A4F1BB
2#AEF2C2
3#B8F4CA
4#C2F5D2
5#CCF7D9
6#D6F9E1
7#E1FAE8
8#EBFCF0
9#F5FDF7
Tones
Muted variations
1#9EEBB5
2#A2E7B7
3#A6E2B8
4#ABDEBA
5#AFDABC
6#B3D5BD
7#B8D1BF
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 #C6F6D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB3 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E78C | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E06B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC24F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B471D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E0FAE8;
--mint-200: #C6F6D4;
--mint-300: #9AEFB3;
--mint-400: #65E78C;
--mint-500: #38E06B;
--mint-600: #1EC24F;
--mint-700: #189A3F;
--mint-800: #116E2D;
--mint-900: #0B471D;
--mint-950: #072C12;
}