Mint
#A1E8C3
GreenColor Codes
All color formats for development
HEX
#A1E8C3RGB
rgb(161, 232, 195)HSL
hsl(149, 61%, 77%)OKLCH
oklch(0.874 0.088 161.1)CMYK
cmyk(31%, 0%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0AF
2#61D99B
3#42D187
4#2EBE73
5#269E60
6#1F7E4D
7#175F3A
8#0F3F26
9#082013
Tints
Lighter variations
1#AAEAC9
2#B3EDCF
3#BDEFD5
4#C6F1DB
5#D0F4E1
6#D9F6E7
7#E3F8ED
8#ECFAF3
9#F6FDF9
Tones
Muted variations
1#A4E5C3
2#A8E1C3
3#ABDDC4
4#AFDAC4
5#B2D6C4
6#B6D3C4
7#BACFC4
8#BDCCC4
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA4 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB56E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239057 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104228 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2919 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8ED;
--mint-200: #CAF2DD;
--mint-300: #A1E8C3;
--mint-400: #6FDCA4;
--mint-500: #46D28A;
--mint-600: #2CB56E;
--mint-700: #239057;
--mint-800: #19673E;
--mint-900: #104228;
--mint-950: #0A2919;
}