Mint
#95F3C0
GreenColor Codes
All color formats for development
HEX
#95F3C0RGB
rgb(149, 243, 192)HSL
hsl(147, 80%, 77%)OKLCH
oklch(0.892 0.115 159.2)CMYK
cmyk(39%, 0%, 21%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFAA
2#4FEB95
3#2BE780
4#18D46C
5#14B15A
6#108D48
7#0C6A36
8#084724
9#042312
Tints
Lighter variations
1#A0F4C6
2#ABF6CC
3#B5F7D3
4#C0F8D9
5#CAF9DF
6#D5FAE6
7#DFFBEC
8#EAFDF2
9#F4FEF9
Tones
Muted variations
1#9AEFC0
2#9FEAC1
3#A4E5C1
4#A8E1C2
5#ADDCC2
6#B2D7C2
7#B6D2C3
8#BBCEC3
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 #C3F8DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED9F | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E883 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA67 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A152 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D733B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084926 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF7;
--mint-100: #DFFBEC;
--mint-200: #C3F8DB;
--mint-300: #95F3C0;
--mint-400: #5EED9F;
--mint-500: #30E883;
--mint-600: #16CA67;
--mint-700: #12A152;
--mint-800: #0D733B;
--mint-900: #084926;
--mint-950: #052E17;
}