Mint
#6CE0A4
GreenColor Codes
All color formats for development
HEX
#6CE0A4RGB
rgb(108, 224, 164)HSL
hsl(149, 65%, 65%)OKLCH
oklch(0.823 0.137 158.7)CMYK
cmyk(52%, 0%, 27%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DA93
2#35D482
3#29BF72
4#23A461
5#1D8951
6#176D41
7#115231
8#0C3720
9#061B10
Tints
Lighter variations
1#7AE3AD
2#89E6B6
3#98E9BF
4#A7ECC8
5#B5EFD1
6#C4F3DB
7#D3F6E4
8#E2F9ED
9#F0FCF6
Tones
Muted variations
1#72DAA4
2#77D4A4
3#7DCEA4
4#83C9A5
5#89C3A5
6#8FBDA5
7#94B7A5
8#9AB1A5
9#A0ACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAC3 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0A4 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D78A | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B96E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9357 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16693E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4328 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF7;
--mint-100: #E2F9ED;
--mint-200: #C8F3DD;
--mint-300: #9EEAC3;
--mint-400: #6CE0A4;
--mint-500: #42D78A;
--mint-600: #27B96E;
--mint-700: #1F9357;
--mint-800: #16693E;
--mint-900: #0E4328;
--mint-950: #092A19;
}