Mint
#A4E5AD
GreenColor Codes
All color formats for development
HEX
#A4E5ADRGB
rgb(164, 229, 173)HSL
hsl(128, 56%, 77%)OKLCH
oklch(0.864 0.101 148.2)CMYK
cmyk(28%, 0%, 24%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DD91
2#66D475
3#48CB59
4#34B845
5#2B993A
6#237B2E
7#1A5C23
8#113D17
9#091F0C
Tints
Lighter variations
1#ADE8B5
2#B6EABD
3#BFEDC5
4#C8F0CD
5#D1F2D6
6#DAF5DE
7#E4F7E6
8#EDFAEE
9#F6FCF7
Tones
Muted variations
1#A7E2AF
2#AADFB1
3#ADDBB3
4#B1D8B6
5#B4D5B8
6#B7D1BB
7#BACEBD
8#BECBC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5AC | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D881 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD5D | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF42 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B35 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6326 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124018 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E3F7E6;
--mint-200: #CBF0D0;
--mint-300: #A4E5AC;
--mint-400: #74D881;
--mint-500: #4CCD5D;
--mint-600: #31AF42;
--mint-700: #278B35;
--mint-800: #1C6326;
--mint-900: #124018;
--mint-950: #0B280F;
}