Mint
#5EEDAB
GreenColor Codes
All color formats for development
HEX
#5EEDABRGB
rgb(94, 237, 171)HSL
hsl(152, 80%, 65%)OKLCH
oklch(0.851 0.156 160.2)CMYK
cmyk(60%, 0%, 28%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EA9B
2#23E78B
3#17D17A
4#14B369
5#119557
6#0D7746
7#0A5A34
8#073C23
9#031E11
Tints
Lighter variations
1#6EEFB3
2#7EF1BB
3#8FF3C4
4#9FF4CC
5#AFF6D5
6#BFF8DD
7#CFFAE6
8#DFFBEE
9#EFFDF7
Tones
Muted variations
1#65E6AA
2#6DDFAA
3#74D8A9
4#7BD1A9
5#82C9A8
6#89C2A8
7#90BBA7
8#97B4A7
9#9FADA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDAB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E892 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A15E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7343 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEE;
--mint-200: #C3F8E0;
--mint-300: #95F3C7;
--mint-400: #5EEDAB;
--mint-500: #30E892;
--mint-600: #16CA76;
--mint-700: #12A15E;
--mint-800: #0D7343;
--mint-900: #08492B;
--mint-950: #052E1B;
}