Mint
#5CF0B2
GreenColor Codes
All color formats for development
HEX
#5CF0B2RGB
rgb(92, 240, 178)HSL
hsl(155, 83%, 65%)OKLCH
oklch(0.86 0.155 162.3)CMYK
cmyk(62%, 0%, 26%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDA4
2#1FEA96
3#14D484
4#11B671
5#0E985E
6#0B794B
7#085B39
8#063D26
9#031E13
Tints
Lighter variations
1#6CF1BA
2#7CF3C1
3#8DF4C9
4#9DF6D1
5#ADF7D9
6#BEF9E0
7#CEFAE8
8#DEFCF0
9#EFFDF7
Tones
Muted variations
1#63E8B1
2#6AE1B0
3#72DAAE
4#79D2AD
5#81CBAC
6#88C3AB
7#90BCA9
8#97B5A8
9#9EADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CC | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DEFCF0;
--mint-200: #C2F9E2;
--mint-300: #94F5CC;
--mint-400: #5CF0B2;
--mint-500: #2DEB9C;
--mint-600: #13CD80;
--mint-700: #0FA366;
--mint-800: #0B7549;
--mint-900: #074B2E;
--mint-950: #042F1D;
}