Mint
#95F39F
GreenColor Codes
All color formats for development
HEX
#95F39FRGB
rgb(149, 243, 159)HSL
hsl(126, 80%, 77%)OKLCH
oklch(0.885 0.146 146.7)CMYK
cmyk(39%, 0%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF7F
2#4FEB5E
3#2BE73E
4#18D42A
5#14B123
6#108D1C
7#0C6A15
8#08470E
9#042307
Tints
Lighter variations
1#A0F4A8
2#ABF6B2
3#B5F7BC
4#C0F8C5
5#CAF9CF
6#D5FAD9
7#DFFBE2
8#EAFDEC
9#F4FEF5
Tones
Muted variations
1#9AEFA3
2#9FEAA6
3#A4E5AA
4#A8E1AE
5#ADDCB2
6#B2D7B5
7#B6D2B9
8#BBCEBD
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F39F | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED6D | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E843 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA28 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A120 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7317 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08490F | 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: #DFFBE2;
--mint-200: #C3F8C9;
--mint-300: #95F39F;
--mint-400: #5EED6D;
--mint-500: #30E843;
--mint-600: #16CA28;
--mint-700: #12A120;
--mint-800: #0D7317;
--mint-900: #08490F;
--mint-950: #052E09;
}