Mint
#9CEDAD
GreenColor Codes
All color formats for development
HEX
#9CEDADRGB
rgb(156, 237, 173)HSL
hsl(133, 69%, 77%)OKLCH
oklch(0.877 0.119 150)CMYK
cmyk(34%, 0%, 27%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE792
2#5AE177
3#38DB5B
4#25C748
5#1EA63C
6#188530
7#126424
8#0C4218
9#06210C
Tints
Lighter variations
1#A6EFB6
2#B0F0BE
3#BAF2C6
4#C4F4CE
5#CDF6D6
6#D7F8DE
7#E1FAE7
8#EBFBEF
9#F5FDF7
Tones
Muted variations
1#A0E9B0
2#A4E5B2
3#A8E1B4
4#ACDDB7
5#B0D9B9
6#B4D5BB
7#B8D0BD
8#BCCCC0
9#C0C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDAD | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E383 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB5F | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE44 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9736 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C27 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4519 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E1F9E6;
--mint-200: #C7F5D1;
--mint-300: #9CEDAD;
--mint-400: #68E383;
--mint-500: #3DDB5F;
--mint-600: #23BE44;
--mint-700: #1C9736;
--mint-800: #146C27;
--mint-900: #0D4519;
--mint-950: #082B10;
}