Mint
#A4E5B5
GreenColor Codes
All color formats for development
HEX
#A4E5B5RGB
rgb(164, 229, 181)HSL
hsl(136, 56%, 77%)OKLCH
oklch(0.865 0.093 152.3)CMYK
cmyk(28%, 0%, 21%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DD9C
2#66D483
3#48CB6B
4#34B857
5#2B9949
6#237B3A
7#1A5C2C
8#113D1D
9#091F0F
Tints
Lighter variations
1#ADE8BC
2#B6EAC4
3#BFEDCB
4#C8F0D3
5#D1F2DA
6#DAF5E1
7#E4F7E9
8#EDFAF0
9#F6FCF8
Tones
Muted variations
1#A7E2B7
2#AADFB8
3#ADDBBA
4#B1D8BB
5#B4D5BD
6#B7D1BE
7#BACEC0
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 #A4E5B5 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88E | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6E | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401E | 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: #E3F7E8;
--mint-200: #CBF0D5;
--mint-300: #A4E5B5;
--mint-400: #74D88E;
--mint-500: #4CCD6E;
--mint-600: #31AF53;
--mint-700: #278B42;
--mint-800: #1C632F;
--mint-900: #12401E;
--mint-950: #0B2813;
}