Mint
#9EEBB2
GreenColor Codes
All color formats for development
HEX
#9EEBB2RGB
rgb(158, 235, 178)HSL
hsl(136, 66%, 77%)OKLCH
oklch(0.875 0.11 151.8)CMYK
cmyk(33%, 0%, 24%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE499
2#5CDE7F
3#3CD765
4#28C452
5#21A344
6#1B8236
7#146229
8#0D411B
9#07210E
Tints
Lighter variations
1#A7EDBA
2#B1EFC2
3#BBF1C9
4#C5F3D1
5#CEF5D9
6#D8F7E0
7#E2F9E8
8#ECFBF0
9#F5FDF7
Tones
Muted variations
1#A2E7B4
2#A5E3B6
3#A9DFB8
4#ADDCBA
5#B1D8BB
6#B5D4BD
7#B9D0BF
8#BDCCC1
9#C0C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE18A | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D869 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA4E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E943E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF5;
--mint-100: #E1F9E8;
--mint-200: #C8F4D4;
--mint-300: #9EEBB2;
--mint-400: #6BE18A;
--mint-500: #41D869;
--mint-600: #26BA4E;
--mint-700: #1E943E;
--mint-800: #166A2C;
--mint-900: #0E441C;
--mint-950: #092A12;
}