Mint
#A2E6A8
GreenColor Codes
All color formats for development
HEX
#A2E6A8RGB
rgb(162, 230, 168)HSL
hsl(125, 58%, 77%)OKLCH
oklch(0.864 0.109 146.7)CMYK
cmyk(30%, 0%, 27%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DE8B
2#64D66E
3#45CE51
4#31BA3D
5#299B33
6#217C29
7#195D1E
8#103E14
9#081F0A
Tints
Lighter variations
1#ACE9B1
2#B5EBB9
3#BEEEC2
4#C7F0CB
5#D1F3D4
6#DAF5DC
7#E3F8E5
8#ECFAEE
9#F6FDF6
Tones
Muted variations
1#A6E3AB
2#A9E0AE
3#ADDCB1
4#B0D9B3
5#B3D5B6
6#B7D2B9
7#BACFBC
8#BECBBF
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA7B | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF55 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB13A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6521 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114015 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E3F8E5;
--mint-200: #CBF1CE;
--mint-300: #A2E6A8;
--mint-400: #72DA7B;
--mint-500: #4ACF55;
--mint-600: #2FB13A;
--mint-700: #258D2E;
--mint-800: #1B6521;
--mint-900: #114015;
--mint-950: #0B280D;
}