Mint
#5DEEBB
GreenColor Codes
All color formats for development
HEX
#5DEEBBRGB
rgb(93, 238, 187)HSL
hsl(159, 81%, 65%)OKLCH
oklch(0.857 0.145 166.4)CMYK
cmyk(61%, 0%, 21%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBAF
2#21E8A2
3#16D290
4#13B47C
5#109667
6#0D7852
7#095A3E
8#063C29
9#031E15
Tints
Lighter variations
1#6EF0C2
2#7EF1C9
3#8EF3D0
4#9EF5D6
5#AEF7DD
6#BEF8E4
7#CFFAEB
8#DFFCF1
9#EFFDF8
Tones
Muted variations
1#65E7B9
2#6CE0B7
3#73D8B5
4#7AD1B3
5#82CAB1
6#89C3AE
7#90BBAC
8#97B4AA
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D3 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEBB | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A26F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C734F | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A33 | 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: #DFFCF1;
--mint-200: #C3F9E6;
--mint-300: #95F4D3;
--mint-400: #5DEEBB;
--mint-500: #2FE9A8;
--mint-600: #15CB8B;
--mint-700: #11A26F;
--mint-800: #0C734F;
--mint-900: #084A33;
--mint-950: #052E20;
}