Mint
#57F4B5
GreenColor Codes
All color formats for development
HEX
#57F4B5RGB
rgb(87, 244, 181)HSL
hsl(156, 88%, 65%)OKLCH
oklch(0.869 0.16 162.8)CMYK
cmyk(64%, 0%, 26%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2A8
2#19F09A
3#0EDA88
4#0CBB75
5#0A9C61
6#087D4E
7#065D3A
8#043E27
9#021F13
Tints
Lighter variations
1#68F5BD
2#79F6C4
3#8AF8CC
4#9AF9D3
5#ABFADA
6#BCFBE2
7#CDFCE9
8#DDFDF0
9#EEFEF8
Tones
Muted variations
1#5FECB4
2#67E5B2
3#6FDDB1
4#77D5AF
5#7ECDAE
6#86C5AC
7#8EBDAA
8#96B5A9
9#9EAEA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CF | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08784B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D30 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DDFDF0;
--mint-200: #C1FBE4;
--mint-300: #91F8CF;
--mint-400: #57F4B5;
--mint-500: #27F1A0;
--mint-600: #0DD384;
--mint-700: #0BA869;
--mint-800: #08784B;
--mint-900: #054D30;
--mint-950: #03301E;
}