Mint
#95F3AD
GreenColor Codes
All color formats for development
HEX
#95F3ADRGB
rgb(149, 243, 173)HSL
hsl(135, 80%, 77%)OKLCH
oklch(0.888 0.132 151.1)CMYK
cmyk(39%, 0%, 29%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF91
2#4FEB76
3#2BE75A
4#18D447
5#14B13B
6#108D2F
7#0C6A23
8#084718
9#04230C
Tints
Lighter variations
1#A0F4B5
2#ABF6BD
3#B5F7C6
4#C0F8CE
5#CAF9D6
6#D5FADE
7#DFFBE6
8#EAFDEF
9#F4FEF7
Tones
Muted variations
1#9AEFAF
2#9FEAB2
3#A4E5B4
4#A8E1B6
5#ADDCB9
6#B2D7BB
7#B6D2BD
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 #95F3AD | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED82 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E85E | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA43 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A136 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7326 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084918 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0F | 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: #95F3AD;
--mint-400: #5EED82;
--mint-500: #30E85E;
--mint-600: #16CA43;
--mint-700: #12A136;
--mint-800: #0D7326;
--mint-900: #084918;
--mint-950: #052E0F;
}