Mint
#5EEDB2
GreenColor Codes
All color formats for development
HEX
#5EEDB2RGB
rgb(94, 237, 178)HSL
hsl(155, 80%, 65%)OKLCH
oklch(0.853 0.15 162.8)CMYK
cmyk(60%, 0%, 25%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAA3
2#23E795
3#17D183
4#14B371
5#11955E
6#0D774B
7#0A5A38
8#073C26
9#031E13
Tints
Lighter variations
1#6EEFB9
2#7EF1C1
3#8FF3C9
4#9FF4D1
5#AFF6D8
6#BFF8E0
7#CFFAE8
8#DFFBF0
9#EFFDF7
Tones
Muted variations
1#65E6B0
2#6DDFAF
3#74D8AE
4#7BD1AD
5#82C9AC
6#89C2AB
7#90BBA9
8#97B4A8
9#9FADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3CC | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB2 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E89C | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A165 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBF0;
--mint-200: #C3F8E2;
--mint-300: #95F3CC;
--mint-400: #5EEDB2;
--mint-500: #30E89C;
--mint-600: #16CA7F;
--mint-700: #12A165;
--mint-800: #0D7348;
--mint-900: #08492E;
--mint-950: #052E1D;
}