Mint
#95F3B8
GreenColor Codes
All color formats for development
HEX
#95F3B8RGB
rgb(149, 243, 184)HSL
hsl(142, 80%, 77%)OKLCH
oklch(0.89 0.122 155.5)CMYK
cmyk(39%, 0%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFA0
2#4FEB88
3#2BE770
4#18D45D
5#14B14D
6#108D3E
7#0C6A2E
8#08471F
9#04230F
Tints
Lighter variations
1#A0F4BF
2#ABF6C6
3#B5F7CD
4#C0F8D4
5#CAF9DB
6#D5FAE3
7#DFFBEA
8#EAFDF1
9#F4FEF8
Tones
Muted variations
1#9AEFB9
2#9FEABA
3#A4E5BC
4#A8E1BD
5#ADDCBE
6#B2D7BF
7#B6D2C1
8#BBCEC2
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED93 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E874 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA58 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A146 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7332 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084920 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBE9;
--mint-200: #C3F8D7;
--mint-300: #95F3B8;
--mint-400: #5EED93;
--mint-500: #30E874;
--mint-600: #16CA58;
--mint-700: #12A146;
--mint-800: #0D7332;
--mint-900: #084920;
--mint-950: #052E14;
}