Mint
#A4E5A8
GreenColor Codes
All color formats for development
HEX
#A4E5A8RGB
rgb(164, 229, 168)HSL
hsl(124, 56%, 77%)OKLCH
oklch(0.863 0.106 146.1)CMYK
cmyk(28%, 0%, 27%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DD8B
2#66D46E
3#48CB50
4#34B83D
5#2B9933
6#237B28
7#1A5C1E
8#113D14
9#091F0A
Tints
Lighter variations
1#ADE8B1
2#B6EAB9
3#BFEDC2
4#C8F0CB
5#D1F2D3
6#DAF5DC
7#E4F7E5
8#EDFAEE
9#F6FCF6
Tones
Muted variations
1#A7E2AB
2#AADFAE
3#ADDBB0
4#B1D8B3
5#B4D5B6
6#B7D1B9
7#BACEBC
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 | E3F7 #E3F7E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D87A | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD55 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF3A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6321 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124015 | 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: #E3F7E4;
--mint-200: #CBF0CE;
--mint-300: #A4E5A8;
--mint-400: #74D87A;
--mint-500: #4CCD55;
--mint-600: #31AF3A;
--mint-700: #278B2E;
--mint-800: #1C6321;
--mint-900: #124015;
--mint-950: #0B280D;
}