Mint
#95F399
GreenColor Codes
All color formats for development
HEX
#95F399RGB
rgb(149, 243, 153)HSL
hsl(123, 80%, 77%)OKLCH
oklch(0.884 0.152 145.1)CMYK
cmyk(39%, 0%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF78
2#4FEB57
3#2BE735
4#18D421
5#14B11B
6#108D16
7#0C6A10
8#08470B
9#042305
Tints
Lighter variations
1#A0F4A4
2#ABF6AE
3#B5F7B8
4#C0F8C2
5#CAF9CD
6#D5FAD7
7#DFFBE1
8#EAFDEB
9#F4FEF5
Tones
Muted variations
1#9AEF9E
2#9FEAA3
3#A4E5A7
4#A8E1AB
5#ADDCAF
6#B2D7B3
7#B6D2B8
8#BBCEBC
9#C0C9C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F39A | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED65 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E83A | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A119 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7312 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08490B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF2;
--mint-100: #DFFBE0;
--mint-200: #C3F8C6;
--mint-300: #95F39A;
--mint-400: #5EED65;
--mint-500: #30E83A;
--mint-600: #16CA1F;
--mint-700: #12A119;
--mint-800: #0D7312;
--mint-900: #08490B;
--mint-950: #052E07;
}