Mint
#95F3C1
GreenColor Codes
All color formats for development
HEX
#95F3C1RGB
rgb(149, 243, 193)HSL
hsl(148, 80%, 77%)OKLCH
oklch(0.892 0.114 159.7)CMYK
cmyk(39%, 0%, 21%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFAD
2#4FEB98
3#2BE783
4#18D470
5#14B15D
6#108D4A
7#0C6A38
8#084725
9#042313
Tints
Lighter variations
1#A0F4C7
2#ABF6CE
3#B5F7D4
4#C0F8DA
5#CAF9E0
6#D5FAE6
7#DFFBEC
8#EAFDF3
9#F4FEF9
Tones
Muted variations
1#9AEFC2
2#9FEAC2
3#A4E5C2
4#A8E1C2
5#ADDCC3
6#B2D7C3
7#B6D2C3
8#BBCEC4
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E886 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A154 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D733C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084927 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF7;
--mint-100: #DFFBEC;
--mint-200: #C3F8DC;
--mint-300: #95F3C1;
--mint-400: #5EEDA1;
--mint-500: #30E886;
--mint-600: #16CA6A;
--mint-700: #12A154;
--mint-800: #0D733C;
--mint-900: #084927;
--mint-950: #052E18;
}