Mint
#66E5B2
GreenColor Codes
All color formats for development
HEX
#66E5B2RGB
rgb(102, 229, 178)HSL
hsl(156, 71%, 65%)OKLCH
oklch(0.836 0.136 164.2)CMYK
cmyk(55%, 0%, 22%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0A4
2#2EDC96
3#22C685
4#1DAA72
5#188E5F
6#13714C
7#0E5539
8#0A3926
9#051C13
Tints
Lighter variations
1#76E8BA
2#85EAC2
3#94EDC9
4#A3EFD1
5#B3F2D9
6#C2F5E0
7#D1F7E8
8#E0FAF0
9#F0FCF7
Tones
Muted variations
1#6DDFB1
2#73D8B0
3#79D2AF
4#80CCAD
5#86C5AC
6#8CBFAB
7#93B9AA
8#99B2A8
9#9FACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEECD | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9966 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C462F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FAF0;
--mint-200: #C6F5E3;
--mint-300: #9BEECD;
--mint-400: #66E5B2;
--mint-500: #3BDE9D;
--mint-600: #21C080;
--mint-700: #1A9966;
--mint-800: #126D49;
--mint-900: #0C462F;
--mint-950: #072C1D;
}