Mint
#A4E5B6
GreenColor Codes
All color formats for development
HEX
#A4E5B6RGB
rgb(164, 229, 182)HSL
hsl(137, 56%, 77%)OKLCH
oklch(0.866 0.092 152.8)CMYK
cmyk(28%, 0%, 21%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DD9E
2#66D485
3#48CB6D
4#34B859
5#2B994A
6#237B3B
7#1A5C2D
8#113D1E
9#091F0F
Tints
Lighter variations
1#ADE8BD
2#B6EAC5
3#BFEDCC
4#C8F0D3
5#D1F2DB
6#DAF5E2
7#E4F7E9
8#EDFAF0
9#F6FCF8
Tones
Muted variations
1#A7E2B8
2#AADFB9
3#ADDBBA
4#B1D8BC
5#B4D5BD
6#B7D1BF
7#BACEC0
8#BECBC2
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B6 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D890 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6330 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E3F7E9;
--mint-200: #CBF0D6;
--mint-300: #A4E5B6;
--mint-400: #74D890;
--mint-500: #4CCD70;
--mint-600: #31AF55;
--mint-700: #278B44;
--mint-800: #1C6330;
--mint-900: #12401F;
--mint-950: #0B2813;
}