Mint
#57F4BD
GreenColor Codes
All color formats for development
HEX
#57F4BDRGB
rgb(87, 244, 189)HSL
hsl(159, 88%, 65%)OKLCH
oklch(0.871 0.153 165.9)CMYK
cmyk(64%, 0%, 23%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2B1
2#19F0A5
3#0EDA93
4#0CBB7E
5#0A9C69
6#087D54
7#065D3F
8#043E2A
9#021F15
Tints
Lighter variations
1#68F5C4
2#79F6CA
3#8AF8D1
4#9AF9D8
5#ABFADE
6#BCFBE5
7#CDFCEB
8#DDFDF2
9#EEFEF8
Tones
Muted variations
1#5FECBB
2#67E5B9
3#6FDDB6
4#77D5B4
5#7ECDB2
6#86C5AF
7#8EBDAD
8#96B5AA
9#9EAEA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D4 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4BD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD38E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DDFDF2;
--mint-200: #C1FBE7;
--mint-300: #91F8D4;
--mint-400: #57F4BD;
--mint-500: #27F1AB;
--mint-600: #0DD38E;
--mint-700: #0BA871;
--mint-800: #087851;
--mint-900: #054D34;
--mint-950: #033020;
}