Mint
#5DEEB9
GreenColor Codes
All color formats for development
HEX
#5DEEB9RGB
rgb(93, 238, 185)HSL
hsl(158, 81%, 65%)OKLCH
oklch(0.857 0.146 165.5)CMYK
cmyk(61%, 0%, 22%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBAC
2#21E89F
3#16D28D
4#13B479
5#109665
6#0D7851
7#095A3C
8#063C28
9#031E14
Tints
Lighter variations
1#6EF0C0
2#7EF1C7
3#8EF3CE
4#9EF5D5
5#AEF7DC
6#BEF8E3
7#CFFAEA
8#DFFCF1
9#EFFDF8
Tones
Muted variations
1#65E7B7
2#6CE0B5
3#73D8B3
4#7AD1B1
5#82CAAF
6#89C3AD
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 #C3F9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEB9 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A26D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C734E | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A32 | 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: #F1FEF9;
--mint-100: #DFFCF1;
--mint-200: #C3F9E5;
--mint-300: #95F4D1;
--mint-400: #5DEEB9;
--mint-500: #2FE9A5;
--mint-600: #15CB88;
--mint-700: #11A26D;
--mint-800: #0C734E;
--mint-900: #084A32;
--mint-950: #052E1F;
}