Mint
#95F395
GreenColor Codes
All color formats for development
HEX
#95F395RGB
rgb(149, 243, 149)HSL
hsl(120, 80%, 77%)OKLCH
oklch(0.883 0.155 144.1)CMYK
cmyk(39%, 0%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF72
2#4FEB4F
3#2BE72B
4#18D418
5#14B114
6#108D10
7#0C6A0C
8#084708
9#042304
Tints
Lighter variations
1#A0F4A0
2#ABF6AB
3#B5F7B5
4#C0F8C0
5#CAF9CA
6#D5FAD5
7#DFFBDF
8#EAFDEA
9#F4FEF4
Tones
Muted variations
1#9AEF9A
2#9FEA9F
3#A4E5A4
4#A8E1A8
5#ADDCAD
6#B2D7B2
7#B6D2B6
8#BBCEBB
9#C0C9C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F395 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED5E | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E830 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D730D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084908 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF1;
--mint-100: #DFFBDF;
--mint-200: #C3F8C3;
--mint-300: #95F395;
--mint-400: #5EED5E;
--mint-500: #30E830;
--mint-600: #16CA16;
--mint-700: #12A112;
--mint-800: #0D730D;
--mint-900: #084908;
--mint-950: #052E05;
}