Mint
#A3E6AC
GreenColor Codes
All color formats for development
HEX
#A3E6ACRGB
rgb(163, 230, 172)HSL
hsl(128, 57%, 77%)OKLCH
oklch(0.865 0.105 148.1)CMYK
cmyk(29%, 0%, 25%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#84DD90
2#65D574
3#46CC58
4#33B945
5#2A9A39
6#227B2E
7#195C22
8#113E17
9#081F0B
Tints
Lighter variations
1#ACE8B4
2#B5EBBC
3#BFEDC5
4#C8F0CD
5#D1F2D5
6#DAF5DE
7#E3F7E6
8#EDFAEE
9#F6FCF7
Tones
Muted variations
1#A6E2AE
2#AADFB1
3#ADDCB3
4#B0D8B6
5#B4D5B8
6#B7D2BB
7#BACEBD
8#BECBBF
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6AC | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D980 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE5C | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B041 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6425 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124018 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E3F7E6;
--mint-200: #CBF1D0;
--mint-300: #A3E6AC;
--mint-400: #73D980;
--mint-500: #4BCE5C;
--mint-600: #30B041;
--mint-700: #268C34;
--mint-800: #1B6425;
--mint-900: #124018;
--mint-950: #0B280F;
}