Mint
#5DEFBC
GreenColor Codes
All color formats for development
HEX
#5DEFBCRGB
rgb(93, 239, 188)HSL
hsl(159, 82%, 65%)OKLCH
oklch(0.86 0.145 166.5)CMYK
cmyk(61%, 0%, 21%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECAF
2#20E9A3
3#15D391
4#12B57C
5#0F9767
6#0C7953
7#095A3E
8#063C29
9#031E15
Tints
Lighter variations
1#6DF1C2
2#7DF2C9
3#8DF4D0
4#9EF5D7
5#AEF7DD
6#BEF9E4
7#CEFAEB
8#DFFCF2
9#EFFDF8
Tones
Muted variations
1#64E8BA
2#6BE0B7
3#73D9B5
4#7AD2B3
5#81CAB1
6#88C3AF
7#90BCAC
8#97B4AA
9#9EADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D3 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFBC | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A26F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B744F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A33 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DFFCF2;
--mint-200: #C3F9E6;
--mint-300: #94F4D3;
--mint-400: #5DEFBC;
--mint-500: #2EEAA8;
--mint-600: #14CC8C;
--mint-700: #10A26F;
--mint-800: #0B744F;
--mint-900: #074A33;
--mint-950: #052E20;
}