Mint
#A3E6A7
GreenColor Codes
All color formats for development
HEX
#A3E6A7RGB
rgb(163, 230, 167)HSL
hsl(124, 57%, 77%)OKLCH
oklch(0.864 0.11 146)CMYK
cmyk(29%, 0%, 27%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#84DD8A
2#65D56D
3#46CC4F
4#33B93C
5#2A9A32
6#227B28
7#195C1E
8#113E14
9#081F0A
Tints
Lighter variations
1#ACE8B0
2#B5EBB9
3#BFEDC2
4#C8F0CA
5#D1F2D3
6#DAF5DC
7#E3F7E5
8#EDFAED
9#F6FCF6
Tones
Muted variations
1#A6E2AA
2#AADFAD
3#ADDCB0
4#B0D8B3
5#B4D5B6
6#B7D2B9
7#BACEBC
8#BECBBF
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6A7 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D97A | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE54 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B039 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6420 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124015 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E3F7E4;
--mint-200: #CBF1CD;
--mint-300: #A3E6A7;
--mint-400: #73D97A;
--mint-500: #4BCE54;
--mint-600: #30B039;
--mint-700: #268C2D;
--mint-800: #1B6420;
--mint-900: #124015;
--mint-950: #0B280D;
}