Mint
#5EEDBB
GreenColor Codes
All color formats for development
HEX
#5EEDBBRGB
rgb(94, 237, 187)HSL
hsl(159, 80%, 65%)OKLCH
oklch(0.855 0.143 166.6)CMYK
cmyk(60%, 0%, 21%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAAF
2#23E7A2
3#17D190
4#14B37B
5#119567
6#0D7752
7#0A5A3E
8#073C29
9#031E15
Tints
Lighter variations
1#6EEFC2
2#7EF1C9
3#8FF3D0
4#9FF4D6
5#AFF6DD
6#BFF8E4
7#CFFAEB
8#DFFBF1
9#EFFDF8
Tones
Muted variations
1#65E6B9
2#6DDFB7
3#74D8B5
4#7BD1B3
5#82C9B0
6#89C2AE
7#90BBAC
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 #C3F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDBB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084933 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF9;
--mint-100: #DFFBF1;
--mint-200: #C3F8E6;
--mint-300: #95F3D2;
--mint-400: #5EEDBB;
--mint-500: #30E8A8;
--mint-600: #16CA8B;
--mint-700: #12A16F;
--mint-800: #0D734F;
--mint-900: #084933;
--mint-950: #052E20;
}