Mint
#A1E8A6
GreenColor Codes
All color formats for development
HEX
#A1E8A6RGB
rgb(161, 232, 166)HSL
hsl(124, 61%, 77%)OKLCH
oklch(0.867 0.115 146.2)CMYK
cmyk(31%, 0%, 28%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E087
2#61D969
3#42D14B
4#2EBE38
5#269E2E
6#1F7E25
7#175F1C
8#0F3F13
9#082009
Tints
Lighter variations
1#AAEAAE
2#B3EDB7
3#BDEFC0
4#C6F1C9
5#D0F4D2
6#D9F6DB
7#E3F8E4
8#ECFAED
9#F6FDF6
Tones
Muted variations
1#A4E5A8
2#A8E1AC
3#ABDDAF
4#AFDAB2
5#B2D6B5
6#B6D3B8
7#BACFBB
8#BDCCBE
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC77 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D250 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB535 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104213 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E2F8E4;
--mint-200: #CAF2CC;
--mint-300: #A1E8A5;
--mint-400: #6FDC77;
--mint-500: #46D250;
--mint-600: #2CB535;
--mint-700: #23902A;
--mint-800: #19671E;
--mint-900: #104213;
--mint-950: #0A290C;
}