Mint
#5DEEAF
GreenColor Codes
All color formats for development
HEX
#5DEEAFRGB
rgb(93, 238, 175)HSL
hsl(154, 81%, 65%)OKLCH
oklch(0.854 0.154 161.5)CMYK
cmyk(61%, 0%, 26%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBA1
2#21E892
3#16D281
4#13B46E
5#10965C
6#0D7849
7#095A37
8#063C25
9#031E12
Tints
Lighter variations
1#6EF0B7
2#7EF1BF
3#8EF3C7
4#9EF5CF
5#AEF7D7
6#BEF8DF
7#CFFAE7
8#DFFCEF
9#EFFDF7
Tones
Muted variations
1#65E7AE
2#6CE0AD
3#73D8AC
4#7AD1AC
5#82CAAB
6#89C3AA
7#90BBA9
8#97B4A8
9#9FADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4CB | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEAF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DFFCEF;
--mint-200: #C3F9E1;
--mint-300: #95F4CB;
--mint-400: #5DEEAF;
--mint-500: #2FE999;
--mint-600: #15CB7C;
--mint-700: #11A263;
--mint-800: #0C7347;
--mint-900: #084A2D;
--mint-950: #052E1C;
}