Mint
#6AE2B4
GreenColor Codes
All color formats for development
HEX
#6AE2B4RGB
rgb(106, 226, 180)HSL
hsl(157, 67%, 65%)OKLCH
oklch(0.831 0.128 165.7)CMYK
cmyk(53%, 0%, 20%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCA6
2#33D798
3#26C286
4#21A673
5#1B8A60
6#166F4D
7#105339
8#0B3726
9#051C13
Tints
Lighter variations
1#79E4BB
2#88E7C3
3#97EACA
4#A6EDD2
5#B4F0D9
6#C3F3E1
7#D2F6E8
8#E1F9F0
9#F0FCF7
Tones
Muted variations
1#70DCB2
2#76D6B1
3#7CD0B0
4#82CAAE
5#88C4AD
6#8EBEAB
7#94B8AA
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 #C8F4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECCE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B4 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD99E | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF9;
--mint-100: #E1F9F0;
--mint-200: #C8F4E3;
--mint-300: #9DECCE;
--mint-400: #6AE2B4;
--mint-500: #3FD99E;
--mint-600: #25BB82;
--mint-700: #1D9567;
--mint-800: #156A4A;
--mint-900: #0D442F;
--mint-950: #082B1D;
}