Mint
#A4E5B2
GreenColor Codes
All color formats for development
HEX
#A4E5B2RGB
rgb(164, 229, 178)HSL
hsl(133, 56%, 77%)OKLCH
oklch(0.865 0.096 150.7)CMYK
cmyk(28%, 0%, 22%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85DD98
2#66D47E
3#48CB64
4#34B850
5#2B9943
6#237B36
7#1A5C28
8#113D1B
9#091F0D
Tints
Lighter variations
1#ADE8B9
2#B6EAC1
3#BFEDC9
4#C8F0D1
5#D1F2D8
6#DAF5E0
7#E4F7E8
8#EDFAF0
9#F6FCF7
Tones
Muted variations
1#A7E2B4
2#AADFB5
3#ADDBB7
4#B1D8B9
5#B4D5BB
6#B7D1BD
7#BACEBF
8#BECBC1
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B2 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D889 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD68 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF4D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E3F7E7;
--mint-200: #CBF0D3;
--mint-300: #A4E5B2;
--mint-400: #74D889;
--mint-500: #4CCD68;
--mint-600: #31AF4D;
--mint-700: #278B3D;
--mint-800: #1C632C;
--mint-900: #12401C;
--mint-950: #0B2811;
}