Mint
#95F39D
GreenColor Codes
All color formats for development
HEX
#95F39DRGB
rgb(149, 243, 157)HSL
hsl(125, 80%, 77%)OKLCH
oklch(0.884 0.148 146.1)CMYK
cmyk(39%, 0%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF7D
2#4FEB5C
3#2BE73B
4#18D427
5#14B121
6#108D1A
7#0C6A14
8#08470D
9#042307
Tints
Lighter variations
1#A0F4A7
2#ABF6B1
3#B5F7BB
4#C0F8C4
5#CAF9CE
6#D5FAD8
7#DFFBE2
8#EAFDEB
9#F4FEF5
Tones
Muted variations
1#9AEFA1
2#9FEAA5
3#A4E5A9
4#A8E1AD
5#ADDCB1
6#B2D7B5
7#B6D2B9
8#BBCEBD
9#C0C9C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F39D | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED6A | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E840 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A11E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7315 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08490E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF2;
--mint-100: #DFFBE1;
--mint-200: #C3F8C8;
--mint-300: #95F39D;
--mint-400: #5EED6A;
--mint-500: #30E840;
--mint-600: #16CA25;
--mint-700: #12A11E;
--mint-800: #0D7315;
--mint-900: #08490E;
--mint-950: #052E09;
}