Mint
#A3E6BD
GreenColor Codes
All color formats for development
HEX
#A3E6BDRGB
rgb(163, 230, 189)HSL
hsl(143, 57%, 77%)OKLCH
oklch(0.869 0.088 157.1)CMYK
cmyk(29%, 0%, 18%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#84DDA6
2#65D590
3#46CC7A
4#33B966
5#2A9A55
6#227B44
7#195C33
8#113E22
9#081F11
Tints
Lighter variations
1#ACE8C3
2#B5EBCA
3#BFEDD0
4#C8F0D7
5#D1F2DE
6#DAF5E4
7#E3F7EB
8#EDFAF2
9#F6FCF8
Tones
Muted variations
1#A6E2BD
2#AADFBE
3#ADDCBF
4#B0D8C0
5#B4D5C0
6#B7D2C1
7#BACEC2
8#BECBC3
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6BD | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D99A | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B061 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6437 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E3F7EB;
--mint-200: #CBF1D9;
--mint-300: #A3E6BD;
--mint-400: #73D99A;
--mint-500: #4BCE7D;
--mint-600: #30B061;
--mint-700: #268C4D;
--mint-800: #1B6437;
--mint-900: #124023;
--mint-950: #0B2816;
}