Mint
#96F3B8
GreenColor Codes
All color formats for development
HEX
#96F3B8RGB
rgb(150, 243, 184)HSL
hsl(142, 79%, 77%)OKLCH
oklch(0.89 0.121 155.2)CMYK
cmyk(38%, 0%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFA0
2#50EA88
3#2DE671
4#19D35D
5#15B04D
6#108D3E
7#0C692E
8#08461F
9#04230F
Tints
Lighter variations
1#A1F4BF
2#ABF5C6
3#B6F6CD
4#C0F8D4
5#CBF9DB
6#D5FAE3
7#E0FBEA
8#EAFDF1
9#F5FEF8
Tones
Muted variations
1#9BEEB9
2#9FE9BA
3#A4E5BC
4#A9E0BD
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 | C4F8 #C4F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B8 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC93 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E774 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C959 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A046 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7232 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094920 | 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: #C4F8D7;
--mint-300: #96F3B8;
--mint-400: #5FEC93;
--mint-500: #32E774;
--mint-600: #18C959;
--mint-700: #13A046;
--mint-800: #0D7232;
--mint-900: #094920;
--mint-950: #052E14;
}