Mint
#5FECB4
GreenColor Codes
All color formats for development
HEX
#5FECB4RGB
rgb(95, 236, 180)HSL
hsl(156, 79%, 65%)OKLCH
oklch(0.851 0.147 163.8)CMYK
cmyk(60%, 0%, 24%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9A6
2#24E598
3#18D086
4#15B273
5#119460
6#0E774D
7#0A593A
8#073B26
9#031E13
Tints
Lighter variations
1#6FEEBB
2#7FF0C3
3#8FF2CA
4#9FF4D2
5#AFF6D9
6#BFF8E1
7#CFF9E8
8#DFFBF0
9#EFFDF7
Tones
Muted variations
1#66E5B2
2#6DDEB1
3#74D7B0
4#7BD0AE
5#82C9AD
6#8AC2AB
7#91BBAA
8#98B4A9
9#9FADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB4 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E79E | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A067 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF9;
--mint-100: #DFFBF0;
--mint-200: #C4F8E3;
--mint-300: #96F3CE;
--mint-400: #5FECB4;
--mint-500: #32E79E;
--mint-600: #18C982;
--mint-700: #13A067;
--mint-800: #0D724A;
--mint-900: #09492F;
--mint-950: #052E1E;
}