Mint
#95F3BD
GreenColor Codes
All color formats for development
HEX
#95F3BDRGB
rgb(149, 243, 189)HSL
hsl(146, 80%, 77%)OKLCH
oklch(0.891 0.118 157.7)CMYK
cmyk(39%, 0%, 22%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFA8
2#4FEB93
3#2BE77D
4#18D469
5#14B158
6#108D46
7#0C6A35
8#084723
9#042312
Tints
Lighter variations
1#A0F4C5
2#ABF6CB
3#B5F7D2
4#C0F8D8
5#CAF9DF
6#D5FAE5
7#DFFBEC
8#EAFDF2
9#F4FEF9
Tones
Muted variations
1#9AEFBF
2#9FEABF
3#A4E5C0
4#A8E1C1
5#ADDCC1
6#B2D7C2
7#B6D2C2
8#BBCEC3
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3BE | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED9C | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E880 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A150 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7339 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084924 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF7;
--mint-100: #DFFBEB;
--mint-200: #C3F8DA;
--mint-300: #95F3BE;
--mint-400: #5EED9C;
--mint-500: #30E880;
--mint-600: #16CA64;
--mint-700: #12A150;
--mint-800: #0D7339;
--mint-900: #084924;
--mint-950: #052E17;
}