Mint
#A4E5BB
GreenColor Codes
All color formats for development
HEX
#A4E5BBRGB
rgb(164, 229, 187)HSL
hsl(141, 56%, 77%)OKLCH
oklch(0.867 0.088 155.8)CMYK
cmyk(28%, 0%, 18%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DDA4
2#66D48D
3#48CB76
4#34B862
5#2B9952
6#237B41
7#1A5C31
8#113D21
9#091F10
Tints
Lighter variations
1#ADE8C1
2#B6EAC8
3#BFEDCF
4#C8F0D6
5#D1F2DD
6#DAF5E4
7#E4F7EA
8#EDFAF1
9#F6FCF8
Tones
Muted variations
1#A7E2BB
2#AADFBC
3#ADDBBD
4#B1D8BE
5#B4D5BF
6#B7D1C0
7#BACEC1
8#BECBC2
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D897 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6335 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E3F7EA;
--mint-200: #CBF0D8;
--mint-300: #A4E5BA;
--mint-400: #74D897;
--mint-500: #4CCD79;
--mint-600: #31AF5D;
--mint-700: #278B4A;
--mint-800: #1C6335;
--mint-900: #124022;
--mint-950: #0B2815;
}