Mint
#6AE2B6
GreenColor Codes
All color formats for development
HEX
#6AE2B6RGB
rgb(106, 226, 182)HSL
hsl(158, 67%, 65%)OKLCH
oklch(0.832 0.126 166.7)CMYK
cmyk(53%, 0%, 19%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCA8
2#33D79A
3#26C289
4#21A675
5#1B8A62
6#166F4E
7#10533B
8#0B3727
9#051C14
Tints
Lighter variations
1#79E4BD
2#88E7C4
3#97EACC
4#A6EDD3
5#B4F0DA
6#C3F3E2
7#D2F6E9
8#E1F9F0
9#F0FCF8
Tones
Muted variations
1#70DCB4
2#76D6B3
3#7CD0B1
4#82CAAF
5#88C4AE
6#8EBEAC
7#94B8AB
8#9AB2A9
9#A0ACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECCF | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4430 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF9;
--mint-100: #E1F9F0;
--mint-200: #C8F4E4;
--mint-300: #9DECCF;
--mint-400: #6AE2B6;
--mint-500: #3FD9A1;
--mint-600: #25BB84;
--mint-700: #1D9569;
--mint-800: #156A4B;
--mint-900: #0D4430;
--mint-950: #082B1E;
}