Mint
#95F3AE
GreenColor Codes
All color formats for development
HEX
#95F3AERGB
rgb(149, 243, 174)HSL
hsl(136, 80%, 77%)OKLCH
oklch(0.888 0.131 151.5)CMYK
cmyk(39%, 0%, 28%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF93
2#4FEB79
3#2BE75E
4#18D44A
5#14B13E
6#108D31
7#0C6A25
8#084719
9#04230C
Tints
Lighter variations
1#A0F4B7
2#ABF6BF
3#B5F7C7
4#C0F8CF
5#CAF9D7
6#D5FADF
7#DFFBE7
8#EAFDEF
9#F4FEF7
Tones
Muted variations
1#9AEFB1
2#9FEAB3
3#A4E5B5
4#A8E1B7
5#ADDCB9
6#B2D7BC
7#B6D2BE
8#BBCEC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3AE | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED84 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E861 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A138 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7328 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF4;
--mint-100: #DFFBE6;
--mint-200: #C3F8D1;
--mint-300: #95F3AE;
--mint-400: #5EED84;
--mint-500: #30E861;
--mint-600: #16CA46;
--mint-700: #12A138;
--mint-800: #0D7328;
--mint-900: #08491A;
--mint-950: #052E10;
}