Mint
#5EEDB9
GreenColor Codes
All color formats for development
HEX
#5EEDB9RGB
rgb(94, 237, 185)HSL
hsl(158, 80%, 65%)OKLCH
oklch(0.855 0.145 165.8)CMYK
cmyk(60%, 0%, 22%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAAC
2#23E79F
3#17D18D
4#14B379
5#119565
6#0D7750
7#0A5A3C
8#073C28
9#031E14
Tints
Lighter variations
1#6EEFC0
2#7EF1C7
3#8FF3CE
4#9FF4D5
5#AFF6DC
6#BFF8E3
7#CFFAEA
8#DFFBF1
9#EFFDF8
Tones
Muted variations
1#65E6B7
2#6DDFB5
3#74D8B3
4#7BD1B1
5#82C9AF
6#89C2AD
7#90BBAB
8#97B4AA
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB9 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084932 | 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: #F1FDF9;
--mint-100: #DFFBF1;
--mint-200: #C3F8E5;
--mint-300: #95F3D1;
--mint-400: #5EEDB9;
--mint-500: #30E8A5;
--mint-600: #16CA88;
--mint-700: #12A16C;
--mint-800: #0D734D;
--mint-900: #084932;
--mint-950: #052E1F;
}