Mint
#9CEDB4
GreenColor Codes
All color formats for development
HEX
#9CEDB4RGB
rgb(156, 237, 180)HSL
hsl(138, 69%, 77%)OKLCH
oklch(0.879 0.112 153)CMYK
cmyk(34%, 0%, 24%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE79B
2#5AE182
3#38DB69
4#25C755
5#1EA647
6#188539
7#12642B
8#0C421C
9#06210E
Tints
Lighter variations
1#A6EFBC
2#B0F0C3
3#BAF2CB
4#C4F4D2
5#CDF6DA
6#D7F8E1
7#E1FAE9
8#EBFBF0
9#F5FDF8
Tones
Muted variations
1#A0E9B6
2#A4E5B7
3#A8E1B9
4#ACDDBB
5#B0D9BC
6#B4D5BE
7#B8D0BF
8#BCCCC1
9#C0C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB4 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E38D | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB6D | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9741 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E1F9E8;
--mint-200: #C7F5D5;
--mint-300: #9CEDB4;
--mint-400: #68E38D;
--mint-500: #3DDB6D;
--mint-600: #23BE51;
--mint-700: #1C9741;
--mint-800: #146C2E;
--mint-900: #0D451E;
--mint-950: #082B12;
}