Mint
#A1E8B0
GreenColor Codes
All color formats for development
HEX
#A1E8B0RGB
rgb(161, 232, 176)HSL
hsl(133, 61%, 77%)OKLCH
oklch(0.869 0.105 150.4)CMYK
cmyk(31%, 0%, 24%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E096
2#61D97B
3#42D161
4#2EBE4D
5#269E40
6#1F7E33
7#175F27
8#0F3F1A
9#08200D
Tints
Lighter variations
1#AAEAB8
2#B3EDC0
3#BDEFC8
4#C6F1D0
5#D0F4D8
6#D9F6DF
7#E3F8E7
8#ECFAEF
9#F6FDF7
Tones
Muted variations
1#A4E5B2
2#A8E1B4
3#ABDDB6
4#AFDAB8
5#B2D6BA
6#B6D3BC
7#BACFBE
8#BDCCC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC87 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D265 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB549 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E2F8E7;
--mint-200: #CAF2D2;
--mint-300: #A1E8B0;
--mint-400: #6FDC87;
--mint-500: #46D265;
--mint-600: #2CB549;
--mint-700: #23903A;
--mint-800: #19672A;
--mint-900: #10421B;
--mint-950: #0A2911;
}