Mint
#95F3AB
GreenColor Codes
All color formats for development
HEX
#95F3ABRGB
rgb(149, 243, 171)HSL
hsl(134, 80%, 77%)OKLCH
oklch(0.887 0.134 150.4)CMYK
cmyk(39%, 0%, 30%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF8F
2#4FEB73
3#2BE757
4#18D444
5#14B138
6#108D2D
7#0C6A22
8#084717
9#04230B
Tints
Lighter variations
1#A0F4B4
2#ABF6BC
3#B5F7C4
4#C0F8CD
5#CAF9D5
6#D5FADE
7#DFFBE6
8#EAFDEE
9#F4FEF7
Tones
Muted variations
1#9AEFAE
2#9FEAB0
3#A4E5B3
4#A8E1B5
5#ADDCB8
6#B2D7BA
7#B6D2BD
8#BBCEBF
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 #C3F8D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3AB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED80 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E85B | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA40 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A133 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7325 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084917 | 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: #C3F8D0;
--mint-300: #95F3AB;
--mint-400: #5EED80;
--mint-500: #30E85B;
--mint-600: #16CA40;
--mint-700: #12A133;
--mint-800: #0D7325;
--mint-900: #084917;
--mint-950: #052E0F;
}