Mint
#96F3B0
GreenColor Codes
All color formats for development
HEX
#96F3B0RGB
rgb(150, 243, 176)HSL
hsl(137, 79%, 77%)OKLCH
oklch(0.889 0.129 152)CMYK
cmyk(38%, 0%, 28%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF96
2#50EA7C
3#2DE661
4#19D34D
5#15B041
6#108D34
7#0C6927
8#08461A
9#04230D
Tints
Lighter variations
1#A1F4B8
2#ABF5C0
3#B6F6C8
4#C0F8D0
5#CBF9D8
6#D5FAE0
7#E0FBE7
8#EAFDEF
9#F5FEF7
Tones
Muted variations
1#9BEEB2
2#9FE9B4
3#A4E5B6
4#A9E0B8
5#ADDCBA
6#B2D7BC
7#B6D2BE
8#BBCEC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC87 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E765 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C94A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A03B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF5;
--mint-100: #DFFBE7;
--mint-200: #C4F8D3;
--mint-300: #96F3B0;
--mint-400: #5FEC87;
--mint-500: #32E765;
--mint-600: #18C94A;
--mint-700: #13A03B;
--mint-800: #0D722A;
--mint-900: #09491B;
--mint-950: #052E11;
}