Mint
#A4E5BA
GreenColor Codes
All color formats for development
HEX
#A4E5BARGB
rgb(164, 229, 186)HSL
hsl(140, 56%, 77%)OKLCH
oklch(0.867 0.089 155.2)CMYK
cmyk(28%, 0%, 19%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DDA2
2#66D48B
3#48CB74
4#34B860
5#2B9950
6#237B40
7#1A5C30
8#113D20
9#091F10
Tints
Lighter variations
1#ADE8C0
2#B6EAC7
3#BFEDCE
4#C8F0D5
5#D1F2DC
6#DAF5E3
7#E4F7EA
8#EDFAF1
9#F6FCF8
Tones
Muted variations
1#A7E2BA
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 #A4E5B9 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D895 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124021 | 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: #A4E5B9;
--mint-400: #74D895;
--mint-500: #4CCD77;
--mint-600: #31AF5B;
--mint-700: #278B49;
--mint-800: #1C6334;
--mint-900: #124021;
--mint-950: #0B2815;
}