Mint
#A3E6B8
GreenColor Codes
All color formats for development
HEX
#A3E6B8RGB
rgb(163, 230, 184)HSL
hsl(139, 57%, 77%)OKLCH
oklch(0.868 0.093 154.1)CMYK
cmyk(29%, 0%, 20%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#84DDA0
2#65D589
3#46CC71
4#33B95D
5#2A9A4E
6#227B3E
7#195C2F
8#113E1F
9#081F10
Tints
Lighter variations
1#ACE8BF
2#B5EBC6
3#BFEDCD
4#C8F0D4
5#D1F2DC
6#DAF5E3
7#E3F7EA
8#EDFAF1
9#F6FCF8
Tones
Muted variations
1#A6E2B9
2#AADFBB
3#ADDCBC
4#B0D8BD
5#B4D5BE
6#B7D2BF
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 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6B8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D993 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B059 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6432 | 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: #CBF1D7;
--mint-300: #A3E6B8;
--mint-400: #73D993;
--mint-500: #4BCE74;
--mint-600: #30B059;
--mint-700: #268C47;
--mint-800: #1B6432;
--mint-900: #124020;
--mint-950: #0B2814;
}