Mint
#9EEBB5
GreenColor Codes
All color formats for development
HEX
#9EEBB5RGB
rgb(158, 235, 181)HSL
hsl(138, 66%, 77%)OKLCH
oklch(0.876 0.107 153.2)CMYK
cmyk(33%, 0%, 23%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE49C
2#5CDE83
3#3CD76A
4#28C457
5#21A348
6#1B823A
7#14622B
8#0D411D
9#07210E
Tints
Lighter variations
1#A7EDBC
2#B1EFC4
3#BBF1CB
4#C5F3D3
5#CEF5DA
6#D8F7E1
7#E2F9E9
8#ECFBF0
9#F5FDF8
Tones
Muted variations
1#A2E7B6
2#A5E3B8
3#A9DFBA
4#ADDCBB
5#B1D8BD
6#B5D4BE
7#B9D0C0
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 #C8F4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE18E | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D86E | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9442 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF5;
--mint-100: #E1F9E8;
--mint-200: #C8F4D5;
--mint-300: #9EEBB5;
--mint-400: #6BE18E;
--mint-500: #41D86E;
--mint-600: #26BA53;
--mint-700: #1E9442;
--mint-800: #166A2F;
--mint-900: #0E441E;
--mint-950: #092A13;
}