Mint
#9EEBA3
GreenColor Codes
All color formats for development
HEX
#9EEBA3RGB
rgb(158, 235, 163)HSL
hsl(124, 66%, 77%)OKLCH
oklch(0.872 0.124 146)CMYK
cmyk(33%, 0%, 31%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE484
2#5CDE65
3#3CD746
4#28C432
5#21A32A
6#1B8222
7#146219
8#0D4111
9#072108
Tints
Lighter variations
1#A7EDAC
2#B1EFB5
3#BBF1BE
4#C5F3C8
5#CEF5D1
6#D8F7DA
7#E2F9E3
8#ECFBED
9#F5FDF6
Tones
Muted variations
1#A2E7A6
2#A5E3AA
3#A9DFAD
4#ADDCB0
5#B1D8B4
6#B5D4B7
7#B9D0BA
8#BDCCBE
9#C0C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBA3 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE173 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D84B | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA30 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9426 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4411 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF3;
--mint-100: #E1F9E3;
--mint-200: #C8F4CB;
--mint-300: #9EEBA3;
--mint-400: #6BE173;
--mint-500: #41D84B;
--mint-600: #26BA30;
--mint-700: #1E9426;
--mint-800: #166A1B;
--mint-900: #0E4411;
--mint-950: #092A0B;
}