Mint
#9CEDB0
GreenColor Codes
All color formats for development
HEX
#9CEDB0RGB
rgb(156, 237, 176)HSL
hsl(135, 69%, 77%)OKLCH
oklch(0.878 0.116 151.2)CMYK
cmyk(34%, 0%, 26%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE796
2#5AE17B
3#38DB61
4#25C74D
5#1EA640
6#188533
7#126427
8#0C421A
9#06210D
Tints
Lighter variations
1#A6EFB8
2#B0F0C0
3#BAF2C8
4#C4F4D0
5#CDF6D8
6#D7F8DF
7#E1FAE7
8#EBFBEF
9#F5FDF7
Tones
Muted variations
1#A0E9B2
2#A4E5B4
3#A8E1B6
4#ACDDB8
5#B0D9BA
6#B4D5BC
7#B8D0BE
8#BCCCC0
9#C0C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB0 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E387 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB65 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C973A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E1F9E7;
--mint-200: #C7F5D2;
--mint-300: #9CEDB0;
--mint-400: #68E387;
--mint-500: #3DDB65;
--mint-600: #23BE49;
--mint-700: #1C973A;
--mint-800: #146C2A;
--mint-900: #0D451B;
--mint-950: #082B11;
}