Mint
#6DDFAB
GreenColor Codes
All color formats for development
HEX
#6DDFABRGB
rgb(109, 223, 171)HSL
hsl(153, 64%, 65%)OKLCH
oklch(0.823 0.129 161.9)CMYK
cmyk(51%, 0%, 23%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D99C
2#36D38C
3#2ABE7B
4#24A36A
5#1E8858
6#186D47
7#125235
8#0C3623
9#061B12
Tints
Lighter variations
1#7BE2B4
2#8AE5BC
3#99E9C5
4#A7ECCD
5#B6EFD5
6#C4F2DE
7#D3F5E6
8#E2F9EE
9#F0FCF7
Tones
Muted variations
1#72D9AB
2#78D3AA
3#7ECEAA
4#83C8A9
5#89C2A9
6#8FBDA8
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 #C9F3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAB | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D694 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B877 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20925F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176944 | 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: #C9F3E0;
--mint-300: #9FEAC8;
--mint-400: #6DDFAB;
--mint-500: #43D694;
--mint-600: #28B877;
--mint-700: #20925F;
--mint-800: #176944;
--mint-900: #0F432B;
--mint-950: #092A1B;
}