Mint
#5EEDB4
GreenColor Codes
All color formats for development
HEX
#5EEDB4RGB
rgb(94, 237, 180)HSL
hsl(156, 80%, 65%)OKLCH
oklch(0.854 0.148 163.6)CMYK
cmyk(60%, 0%, 24%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAA6
2#23E798
3#17D187
4#14B373
5#119560
6#0D774D
7#0A5A3A
8#073C26
9#031E13
Tints
Lighter variations
1#6EEFBC
2#7EF1C3
3#8FF3CB
4#9FF4D2
5#AFF6DA
6#BFF8E1
7#CFFAE9
8#DFFBF0
9#EFFDF8
Tones
Muted variations
1#65E6B3
2#6DDFB1
3#74D8B0
4#7BD1AE
5#82C9AD
6#89C2AB
7#90BBAA
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 #C3F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3CE | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB4 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E89F | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492F | 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: #C3F8E3;
--mint-300: #95F3CE;
--mint-400: #5EEDB4;
--mint-500: #30E89F;
--mint-600: #16CA82;
--mint-700: #12A168;
--mint-800: #0D734A;
--mint-900: #08492F;
--mint-950: #052E1E;
}