Mint
#6AE2AA
GreenColor Codes
All color formats for development
HEX
#6AE2AARGB
rgb(106, 226, 170)HSL
hsl(152, 67%, 65%)OKLCH
oklch(0.829 0.136 161)CMYK
cmyk(53%, 0%, 25%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDC9A
2#33D78A
3#26C279
4#21A668
5#1B8A57
6#166F45
7#105334
8#0B3723
9#051C11
Tints
Lighter variations
1#79E4B2
2#88E7BB
3#97EAC3
4#A6EDCC
5#B4F0D4
6#C3F3DD
7#D2F6E5
8#E1F9EE
9#F0FCF6
Tones
Muted variations
1#70DCA9
2#76D6A9
3#7CD0A9
4#82CAA8
5#88C4A8
6#8EBEA7
7#94B8A7
8#9AB2A7
9#A0ACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC7 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2AA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD991 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D955D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF8;
--mint-100: #E1F9EE;
--mint-200: #C8F4DF;
--mint-300: #9DECC7;
--mint-400: #6AE2AA;
--mint-500: #3FD991;
--mint-600: #25BB75;
--mint-700: #1D955D;
--mint-800: #156A43;
--mint-900: #0D442B;
--mint-950: #082B1B;
}