Mint
#6AE2A2
GreenColor Codes
All color formats for development
HEX
#6AE2A2RGB
rgb(106, 226, 162)HSL
hsl(148, 67%, 65%)OKLCH
oklch(0.827 0.143 157.8)CMYK
cmyk(53%, 0%, 28%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDC90
2#33D77F
3#26C26F
4#21A65F
5#1B8A4F
6#166F3F
7#105330
8#0B3720
9#051C10
Tints
Lighter variations
1#79E4AB
2#88E7B4
3#97EABE
4#A6EDC7
5#B4F0D0
6#C3F3DA
7#D2F6E3
8#E1F9EC
9#F0FCF6
Tones
Muted variations
1#70DCA2
2#76D6A3
3#7CD0A3
4#82CAA3
5#88C4A4
6#8EBEA4
7#94B8A5
8#9AB2A5
9#A0ACA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD987 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9555 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4427 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF7;
--mint-100: #E1F9EC;
--mint-200: #C8F4DC;
--mint-300: #9DECC2;
--mint-400: #6AE2A2;
--mint-500: #3FD987;
--mint-600: #25BB6B;
--mint-700: #1D9555;
--mint-800: #156A3D;
--mint-900: #0D4427;
--mint-950: #082B18;
}