Mint
#A4E5B4
GreenColor Codes
All color formats for development
HEX
#A4E5B4RGB
rgb(164, 229, 180)HSL
hsl(135, 56%, 77%)OKLCH
oklch(0.865 0.094 151.7)CMYK
cmyk(28%, 0%, 21%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DD9B
2#66D482
3#48CB69
4#34B855
5#2B9947
6#237B39
7#1A5C2A
8#113D1C
9#091F0E
Tints
Lighter variations
1#ADE8BB
2#B6EAC3
3#BFEDCA
4#C8F0D2
5#D1F2D9
6#DAF5E1
7#E4F7E8
8#EDFAF0
9#F6FCF7
Tones
Muted variations
1#A7E2B6
2#AADFB7
3#ADDBB9
4#B1D8BA
5#B4D5BC
6#B7D1BE
7#BACEBF
8#BECBC1
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88D | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E3F7E8;
--mint-200: #CBF0D5;
--mint-300: #A4E5B4;
--mint-400: #74D88D;
--mint-500: #4CCD6C;
--mint-600: #31AF51;
--mint-700: #278B40;
--mint-800: #1C632E;
--mint-900: #12401D;
--mint-950: #0B2812;
}