Mint
#6AE2A6
GreenColor Codes
All color formats for development
HEX
#6AE2A6RGB
rgb(106, 226, 166)HSL
hsl(150, 67%, 65%)OKLCH
oklch(0.828 0.139 159.3)CMYK
cmyk(53%, 0%, 27%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDC95
2#33D785
3#26C274
4#21A663
5#1B8A53
6#166F42
7#105332
8#0B3721
9#051C11
Tints
Lighter variations
1#79E4AF
2#88E7B8
3#97EAC1
4#A6EDC9
5#B4F0D2
6#C3F3DB
7#D2F6E4
8#E1F9ED
9#F0FCF6
Tones
Muted variations
1#70DCA6
2#76D6A6
3#7CD0A6
4#82CAA6
5#88C4A6
6#8EBEA6
7#94B8A6
8#9AB2A6
9#A0ACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC4 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A6 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD98C | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9559 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4429 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF7;
--mint-100: #E1F9ED;
--mint-200: #C8F4DE;
--mint-300: #9DECC4;
--mint-400: #6AE2A6;
--mint-500: #3FD98C;
--mint-600: #25BB70;
--mint-700: #1D9559;
--mint-800: #156A40;
--mint-900: #0D4429;
--mint-950: #082B1A;
}