Mint
#A1E8A2
GreenColor Codes
All color formats for development
HEX
#A1E8A2RGB
rgb(161, 232, 162)HSL
hsl(121, 61%, 77%)OKLCH
oklch(0.866 0.119 144.8)CMYK
cmyk(31%, 0%, 30%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E083
2#61D963
3#42D144
4#2EBE30
5#269E28
6#1F7E20
7#175F18
8#0F3F10
9#082008
Tints
Lighter variations
1#AAEAAB
2#B3EDB4
3#BDEFBE
4#C6F1C7
5#D0F4D0
6#D9F6DA
7#E3F8E3
8#ECFAEC
9#F6FDF6
Tones
Muted variations
1#A4E5A5
2#A8E1A9
3#ABDDAC
4#AFDAB0
5#B2D6B3
6#B6D3B7
7#BACFBA
8#BDCCBD
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC71 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D249 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB52E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239025 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104211 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E2F8E3;
--mint-200: #CAF2CA;
--mint-300: #A1E8A2;
--mint-400: #6FDC71;
--mint-500: #46D249;
--mint-600: #2CB52E;
--mint-700: #239025;
--mint-800: #19671A;
--mint-900: #104211;
--mint-950: #0A290A;
}