Mint
#9CEDB8
GreenColor Codes
All color formats for development
HEX
#9CEDB8RGB
rgb(156, 237, 184)HSL
hsl(141, 69%, 77%)OKLCH
oklch(0.88 0.108 154.9)CMYK
cmyk(34%, 0%, 22%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7A1
2#5AE189
3#38DB71
4#25C75D
5#1EA64E
6#18853E
7#12642F
8#0C421F
9#062110
Tints
Lighter variations
1#A6EFBF
2#B0F0C6
3#BAF2CD
4#C4F4D5
5#CDF6DC
6#D7F8E3
7#E1FAEA
8#EBFBF1
9#F5FDF8
Tones
Muted variations
1#A0E9B9
2#A4E5BB
3#A8E1BC
4#ACDDBD
5#B0D9BE
6#B4D5BF
7#B8D0C1
8#BCCCC2
9#C0C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB8 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E393 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9747 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4520 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E1F9E9;
--mint-200: #C7F5D7;
--mint-300: #9CEDB8;
--mint-400: #68E393;
--mint-500: #3DDB74;
--mint-600: #23BE59;
--mint-700: #1C9747;
--mint-800: #146C33;
--mint-900: #0D4520;
--mint-950: #082B14;
}