Mint
#5FECB2
GreenColor Codes
All color formats for development
HEX
#5FECB2RGB
rgb(95, 236, 178)HSL
hsl(155, 79%, 65%)OKLCH
oklch(0.851 0.148 163)CMYK
cmyk(60%, 0%, 25%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9A3
2#24E595
3#18D083
4#15B271
5#11945E
6#0E774B
7#0A5938
8#073B26
9#031E13
Tints
Lighter variations
1#6FEEB9
2#7FF0C1
3#8FF2C9
4#9FF4D1
5#AFF6D8
6#BFF8E0
7#CFF9E8
8#DFFBF0
9#EFFDF7
Tones
Muted variations
1#66E5B0
2#6DDEAF
3#74D7AE
4#7BD0AD
5#82C9AC
6#8AC2AA
7#91BBA9
8#98B4A8
9#9FADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CC | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E79B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C97F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A065 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7248 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBF0;
--mint-200: #C4F8E2;
--mint-300: #96F3CC;
--mint-400: #5FECB2;
--mint-500: #32E79B;
--mint-600: #18C97F;
--mint-700: #13A065;
--mint-800: #0D7248;
--mint-900: #09492E;
--mint-950: #052E1D;
}