Mint
#A4E5A7
GreenColor Codes
All color formats for development
HEX
#A4E5A7RGB
rgb(164, 229, 167)HSL
hsl(123, 56%, 77%)OKLCH
oklch(0.862 0.107 145.7)CMYK
cmyk(28%, 0%, 27%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DD89
2#66D46C
3#48CB4E
4#34B83A
5#2B9931
6#237B27
7#1A5C1D
8#113D13
9#091F0A
Tints
Lighter variations
1#ADE8B0
2#B6EAB8
3#BFEDC1
4#C8F0CA
5#D1F2D3
6#DAF5DC
7#E4F7E5
8#EDFAED
9#F6FCF6
Tones
Muted variations
1#A7E2AA
2#AADFAD
3#ADDBB0
4#B1D8B3
5#B4D5B6
6#B7D1B9
7#BACEBB
8#BECBBE
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A7 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D879 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD52 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF38 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B2C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6320 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124014 | 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: #F3FCF3;
--mint-100: #E3F7E4;
--mint-200: #CBF0CD;
--mint-300: #A4E5A7;
--mint-400: #74D879;
--mint-500: #4CCD52;
--mint-600: #31AF38;
--mint-700: #278B2C;
--mint-800: #1C6320;
--mint-900: #124014;
--mint-950: #0B280D;
}