Mint
#55F6AE
GreenColor Codes
All color formats for development
HEX
#55F6AERGB
rgb(85, 246, 174)HSL
hsl(153, 90%, 65%)OKLCH
oklch(0.871 0.169 160.1)CMYK
cmyk(65%, 0%, 29%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F49F
2#16F390
3#0CDC7E
4#0ABD6C
5#089D5A
6#077E48
7#055E36
8#033F24
9#021F12
Tints
Lighter variations
1#66F7B6
2#77F8BE
3#88F9C6
4#99FACE
5#AAFBD6
6#BBFBDF
7#CCFCE7
8#DDFDEF
9#EEFEF7
Tones
Muted variations
1#5DEEAD
2#65E6AC
3#6EDEAB
4#76D6AB
5#7ECEAA
6#86C6A9
7#8EBEA8
8#96B6A7
9#9EAEA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CA | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6AE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F497 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD57A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067945 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF8;
--mint-100: #DDFDEF;
--mint-200: #C0FCE1;
--mint-300: #90F9CA;
--mint-400: #55F6AE;
--mint-500: #25F497;
--mint-600: #0BD57A;
--mint-700: #09AA61;
--mint-800: #067945;
--mint-900: #044E2C;
--mint-950: #03301C;
}