Mint
#95F3AA
GreenColor Codes
All color formats for development
HEX
#95F3AARGB
rgb(149, 243, 170)HSL
hsl(133, 80%, 77%)OKLCH
oklch(0.887 0.135 150.1)CMYK
cmyk(39%, 0%, 30%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF8D
2#4FEB71
3#2BE754
4#18D440
5#14B136
6#108D2B
7#0C6A20
8#084715
9#04230B
Tints
Lighter variations
1#A0F4B2
2#ABF6BB
3#B5F7C3
4#C0F8CC
5#CAF9D4
6#D5FADD
7#DFFBE5
8#EAFDEE
9#F4FEF6
Tones
Muted variations
1#9AEFAC
2#9FEAAF
3#A4E5B2
4#A8E1B4
5#ADDCB7
6#B2D7BA
7#B6D2BC
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 #DFFBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3AA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED7D | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E858 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA3D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A131 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7323 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084916 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF4;
--mint-100: #DFFBE5;
--mint-200: #C3F8CF;
--mint-300: #95F3AA;
--mint-400: #5EED7D;
--mint-500: #30E858;
--mint-600: #16CA3D;
--mint-700: #12A131;
--mint-800: #0D7323;
--mint-900: #084916;
--mint-950: #052E0E;
}