Mint
#96F3BA
GreenColor Codes
All color formats for development
HEX
#96F3BARGB
rgb(150, 243, 186)HSL
hsl(143, 79%, 77%)OKLCH
oklch(0.891 0.12 156.1)CMYK
cmyk(38%, 0%, 23%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFA2
2#50EA8B
3#2DE674
4#19D360
5#15B050
6#108D40
7#0C6930
8#084620
9#042310
Tints
Lighter variations
1#A1F4C0
2#ABF5C7
3#B6F6CE
4#C0F8D5
5#CBF9DC
6#D5FAE3
7#E0FBEA
8#EAFDF1
9#F5FEF8
Tones
Muted variations
1#9BEEBB
2#9FE9BC
3#A4E5BD
4#A9E0BE
5#ADDCBF
6#B2D7C0
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 #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BA | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC95 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E777 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C95C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A049 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7234 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094921 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBEA;
--mint-200: #C4F8D8;
--mint-300: #96F3BA;
--mint-400: #5FEC95;
--mint-500: #32E777;
--mint-600: #18C95C;
--mint-700: #13A049;
--mint-800: #0D7234;
--mint-900: #094921;
--mint-950: #052E15;
}