Mint
#6AE2A4
GreenColor Codes
All color formats for development
HEX
#6AE2A4RGB
rgb(106, 226, 164)HSL
hsl(149, 67%, 65%)OKLCH
oklch(0.827 0.141 158.5)CMYK
cmyk(53%, 0%, 27%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDC93
2#33D782
3#26C271
4#21A661
5#1B8A51
6#166F41
7#105331
8#0B3720
9#051C10
Tints
Lighter variations
1#79E4AD
2#88E7B6
3#97EABF
4#A6EDC8
5#B4F0D1
6#C3F3DB
7#D2F6E4
8#E1F9ED
9#F0FCF6
Tones
Muted variations
1#70DCA4
2#76D6A4
3#7CD0A4
4#82CAA5
5#88C4A5
6#8EBEA5
7#94B8A5
8#9AB2A5
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 #C8F4DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC3 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A4 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD98A | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB6E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9557 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4428 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF7;
--mint-100: #E1F9ED;
--mint-200: #C8F4DD;
--mint-300: #9DECC3;
--mint-400: #6AE2A4;
--mint-500: #3FD98A;
--mint-600: #25BB6E;
--mint-700: #1D9557;
--mint-800: #156A3E;
--mint-900: #0D4428;
--mint-950: #082B19;
}