Mint
#9CEDAC
GreenColor Codes
All color formats for development
HEX
#9CEDACRGB
rgb(156, 237, 172)HSL
hsl(132, 69%, 77%)OKLCH
oklch(0.877 0.12 149.6)CMYK
cmyk(34%, 0%, 27%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE790
2#5AE175
3#38DB59
4#25C745
5#1EA63A
6#18852E
7#126423
8#0C4217
9#06210C
Tints
Lighter variations
1#A6EFB4
2#B0F0BD
3#BAF2C5
4#C4F4CD
5#CDF6D6
6#D7F8DE
7#E1FAE6
8#EBFBEE
9#F5FDF7
Tones
Muted variations
1#A0E9AE
2#A4E5B1
3#A8E1B3
4#ACDDB6
5#B0D9B8
6#B4D5BB
7#B8D0BD
8#BCCCBF
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 #C7F5D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDAC | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E381 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB5D | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE42 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9734 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4518 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E1F9E6;
--mint-200: #C7F5D0;
--mint-300: #9CEDAC;
--mint-400: #68E381;
--mint-500: #3DDB5D;
--mint-600: #23BE42;
--mint-700: #1C9734;
--mint-800: #146C25;
--mint-900: #0D4518;
--mint-950: #082B0F;
}