Mint
#66E5B7
GreenColor Codes
All color formats for development
HEX
#66E5B7RGB
rgb(102, 229, 183)HSL
hsl(158, 71%, 65%)OKLCH
oklch(0.838 0.132 166.6)CMYK
cmyk(55%, 0%, 20%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0A9
2#2EDC9C
3#22C68A
4#1DAA76
5#188E63
6#13714F
7#0E553B
8#0A3927
9#051C14
Tints
Lighter variations
1#76E8BE
2#85EAC5
3#94EDCC
4#A3EFD4
5#B3F2DB
6#C2F5E2
7#D1F7E9
8#E0FAF1
9#F0FCF8
Tones
Muted variations
1#6DDFB5
2#73D8B3
3#79D2B2
4#80CCB0
5#86C5AE
6#8CBFAD
7#93B9AB
8#99B2A9
9#9FACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEECF | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5B7 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C085 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4631 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF9;
--mint-100: #E0FAF1;
--mint-200: #C6F5E4;
--mint-300: #9BEECF;
--mint-400: #66E5B7;
--mint-500: #3BDEA2;
--mint-600: #21C085;
--mint-700: #1A996A;
--mint-800: #126D4C;
--mint-900: #0C4631;
--mint-950: #072C1E;
}