Mint
#96F3B5
GreenColor Codes
All color formats for development
HEX
#96F3B5RGB
rgb(150, 243, 181)HSL
hsl(140, 79%, 77%)OKLCH
oklch(0.89 0.124 154)CMYK
cmyk(38%, 0%, 26%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF9C
2#50EA83
3#2DE66A
4#19D357
5#15B048
6#108D3A
7#0C692B
8#08461D
9#04230E
Tints
Lighter variations
1#A1F4BC
2#ABF5C4
3#B6F6CB
4#C0F8D3
5#CBF9DA
6#D5FAE1
7#E0FBE9
8#EAFDF0
9#F5FEF8
Tones
Muted variations
1#9BEEB6
2#9FE9B8
3#A4E5BA
4#A9E0BB
5#ADDCBD
6#B2D7BE
7#B6D2C0
8#BBCEC1
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B5 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC8E | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E76E | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C953 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A042 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF5;
--mint-100: #DFFBE8;
--mint-200: #C4F8D5;
--mint-300: #96F3B5;
--mint-400: #5FEC8E;
--mint-500: #32E76E;
--mint-600: #18C953;
--mint-700: #13A042;
--mint-800: #0D722F;
--mint-900: #09491E;
--mint-950: #052E13;
}