Mint
#6DDFAA
GreenColor Codes
All color formats for development
HEX
#6DDFAARGB
rgb(109, 223, 170)HSL
hsl(152, 64%, 65%)OKLCH
oklch(0.823 0.13 161.4)CMYK
cmyk(51%, 0%, 24%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D99A
2#36D38A
3#2ABE79
4#24A368
5#1E8856
6#186D45
7#125234
8#0C3623
9#061B11
Tints
Lighter variations
1#7BE2B2
2#8AE5BB
3#99E9C3
4#A7ECCC
5#B6EFD4
6#C4F2DD
7#D3F5E5
8#E2F9EE
9#F0FCF6
Tones
Muted variations
1#72D9A9
2#78D3A9
3#7ECEA8
4#83C8A8
5#89C2A8
6#8FBDA7
7#95B7A7
8#9AB1A7
9#A0ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAA | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D691 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B875 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20925D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176942 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF8;
--mint-100: #E2F9EE;
--mint-200: #C9F3DF;
--mint-300: #9FEAC7;
--mint-400: #6DDFAA;
--mint-500: #43D691;
--mint-600: #28B875;
--mint-700: #20925D;
--mint-800: #176942;
--mint-900: #0F432B;
--mint-950: #092A1B;
}