Mint
#5EEDB6
GreenColor Codes
All color formats for development
HEX
#5EEDB6RGB
rgb(94, 237, 182)HSL
hsl(157, 80%, 65%)OKLCH
oklch(0.854 0.147 164.5)CMYK
cmyk(60%, 0%, 23%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAA9
2#23E79B
3#17D18A
4#14B376
5#119562
6#0D774F
7#0A5A3B
8#073C27
9#031E14
Tints
Lighter variations
1#6EEFBE
2#7EF1C5
3#8FF3CC
4#9FF4D3
5#AFF6DB
6#BFF8E2
7#CFFAE9
8#DFFBF0
9#EFFDF8
Tones
Muted variations
1#65E6B5
2#6DDFB3
3#74D8B1
4#7BD1B0
5#82C9AE
6#89C2AC
7#90BBAB
8#97B4A9
9#9FADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3CF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084930 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF9;
--mint-100: #DFFBF0;
--mint-200: #C3F8E4;
--mint-300: #95F3CF;
--mint-400: #5EEDB6;
--mint-500: #30E8A2;
--mint-600: #16CA85;
--mint-700: #12A16A;
--mint-800: #0D734C;
--mint-900: #084930;
--mint-950: #052E1E;
}