Mint
#5FECB9
GreenColor Codes
All color formats for development
HEX
#5FECB9RGB
rgb(95, 236, 185)HSL
hsl(158, 79%, 65%)OKLCH
oklch(0.853 0.143 166)CMYK
cmyk(60%, 0%, 22%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9AB
2#24E59E
3#18D08C
4#15B278
5#119464
6#0E7750
7#0A593C
8#073B28
9#031E14
Tints
Lighter variations
1#6FEEC0
2#7FF0C7
3#8FF2CE
4#9FF4D5
5#AFF6DC
6#BFF8E3
7#CFF9EA
8#DFFBF1
9#EFFDF8
Tones
Muted variations
1#66E5B7
2#6DDEB5
3#74D7B3
4#7BD0B1
5#82C9AF
6#8AC2AD
7#91BBAB
8#98B4AA
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A06C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094931 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF9;
--mint-100: #DFFBF1;
--mint-200: #C4F8E5;
--mint-300: #96F3D1;
--mint-400: #5FECB9;
--mint-500: #32E7A4;
--mint-600: #18C988;
--mint-700: #13A06C;
--mint-800: #0D724D;
--mint-900: #094931;
--mint-950: #052E1F;
}