Mint
#A4E5B9
GreenColor Codes
All color formats for development
HEX
#A4E5B9RGB
rgb(164, 229, 185)HSL
hsl(139, 56%, 77%)OKLCH
oklch(0.866 0.09 154.5)CMYK
cmyk(28%, 0%, 19%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DDA1
2#66D489
3#48CB71
4#34B85E
5#2B994E
6#237B3E
7#1A5C2F
8#113D1F
9#091F10
Tints
Lighter variations
1#ADE8BF
2#B6EAC6
3#BFEDCE
4#C8F0D5
5#D1F2DC
6#DAF5E3
7#E4F7EA
8#EDFAF1
9#F6FCF8
Tones
Muted variations
1#A7E2BA
2#AADFBB
3#ADDBBC
4#B1D8BD
5#B4D5BE
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 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D893 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD75 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6333 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E3F7E9;
--mint-200: #CBF0D7;
--mint-300: #A4E5B8;
--mint-400: #74D893;
--mint-500: #4CCD75;
--mint-600: #31AF59;
--mint-700: #278B47;
--mint-800: #1C6333;
--mint-900: #124020;
--mint-950: #0B2814;
}