Mint
#6DDFAD
GreenColor Codes
All color formats for development
HEX
#6DDFADRGB
rgb(109, 223, 173)HSL
hsl(154, 64%, 65%)OKLCH
oklch(0.823 0.128 162.8)CMYK
cmyk(51%, 0%, 22%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D99E
2#36D38F
3#2ABE7E
4#24A36C
5#1E885A
6#186D48
7#125236
8#0C3624
9#061B12
Tints
Lighter variations
1#7BE2B6
2#8AE5BE
3#99E9C6
4#A7ECCE
5#B6EFD6
6#C4F2DE
7#D3F5E7
8#E2F9EF
9#F0FCF7
Tones
Muted variations
1#72D9AD
2#78D3AC
3#7ECEAB
4#83C8AA
5#89C2AA
6#8FBDA9
7#95B7A8
8#9AB1A7
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 #9FEAC9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAD | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D696 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B87A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209261 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176945 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432C | 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: #9FEAC9;
--mint-400: #6DDFAD;
--mint-500: #43D696;
--mint-600: #28B87A;
--mint-700: #209261;
--mint-800: #176945;
--mint-900: #0F432C;
--mint-950: #092A1C;
}