Mint
#6DDFAF
GreenColor Codes
All color formats for development
HEX
#6DDFAFRGB
rgb(109, 223, 175)HSL
hsl(155, 64%, 65%)OKLCH
oklch(0.824 0.126 163.8)CMYK
cmyk(51%, 0%, 22%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9A0
2#36D392
3#2ABE80
4#24A36E
5#1E885C
6#186D49
7#125237
8#0C3625
9#061B12
Tints
Lighter variations
1#7BE2B7
2#8AE5BF
3#99E9C7
4#A7ECCF
5#B6EFD7
6#C4F2DF
7#D3F5E7
8#E2F9EF
9#F0FCF7
Tones
Muted variations
1#72D9AE
2#78D3AD
3#7ECEAC
4#83C8AB
5#89C2AB
6#8FBDAA
7#95B7A9
8#9AB1A8
9#A0ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEACB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B87C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF8;
--mint-100: #E2F9EF;
--mint-200: #C9F3E1;
--mint-300: #9FEACB;
--mint-400: #6DDFAF;
--mint-500: #43D698;
--mint-600: #28B87C;
--mint-700: #209263;
--mint-800: #176947;
--mint-900: #0F432D;
--mint-950: #092A1C;
}