Mint
#A4E5B0
GreenColor Codes
All color formats for development
HEX
#A4E5B0RGB
rgb(164, 229, 176)HSL
hsl(131, 56%, 77%)OKLCH
oklch(0.864 0.098 149.7)CMYK
cmyk(28%, 0%, 23%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DD95
2#66D47A
3#48CB60
4#34B84C
5#2B993F
6#237B33
7#1A5C26
8#113D19
9#091F0D
Tints
Lighter variations
1#ADE8B7
2#B6EABF
3#BFEDC7
4#C8F0CF
5#D1F2D7
6#DAF5DF
7#E4F7E7
8#EDFAEF
9#F6FCF7
Tones
Muted variations
1#A7E2B2
2#AADFB4
3#ADDBB6
4#B1D8B8
5#B4D5BA
6#B7D1BC
7#BACEBE
8#BECBC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D886 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD64 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF48 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6329 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E3F7E7;
--mint-200: #CBF0D2;
--mint-300: #A4E5B0;
--mint-400: #74D886;
--mint-500: #4CCD64;
--mint-600: #31AF48;
--mint-700: #278B3A;
--mint-800: #1C6329;
--mint-900: #12401A;
--mint-950: #0B2810;
}