Mint
#9CEDB3
GreenColor Codes
All color formats for development
HEX
#9CEDB3RGB
rgb(156, 237, 179)HSL
hsl(137, 69%, 77%)OKLCH
oklch(0.879 0.113 152.5)CMYK
cmyk(34%, 0%, 24%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE799
2#5AE180
3#38DB66
4#25C753
5#1EA645
6#188537
7#126429
8#0C421C
9#06210E
Tints
Lighter variations
1#A6EFBA
2#B0F0C2
3#BAF2CA
4#C4F4D1
5#CDF6D9
6#D7F8E1
7#E1FAE8
8#EBFBF0
9#F5FDF7
Tones
Muted variations
1#A0E9B5
2#A4E5B6
3#A8E1B8
4#ACDDBA
5#B0D9BC
6#B4D5BD
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 #C7F5D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E38B | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB6A | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C973F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451D | 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: #C7F5D4;
--mint-300: #9CEDB3;
--mint-400: #68E38B;
--mint-500: #3DDB6A;
--mint-600: #23BE4F;
--mint-700: #1C973F;
--mint-800: #146C2D;
--mint-900: #0D451D;
--mint-950: #082B12;
}