Mint
#9CEDAF
GreenColor Codes
All color formats for development
HEX
#9CEDAFRGB
rgb(156, 237, 175)HSL
hsl(134, 69%, 77%)OKLCH
oklch(0.878 0.117 150.8)CMYK
cmyk(34%, 0%, 26%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE794
2#5AE179
3#38DB5E
4#25C74A
5#1EA63E
6#188532
7#126425
8#0C4219
9#06210C
Tints
Lighter variations
1#A6EFB7
2#B0F0BF
3#BAF2C7
4#C4F4CF
5#CDF6D7
6#D7F8DF
7#E1FAE7
8#EBFBEF
9#F5FDF7
Tones
Muted variations
1#A0E9B1
2#A4E5B3
3#A8E1B5
4#ACDDB7
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 #9CEDAF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E385 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB62 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE47 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9738 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B10 | 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: #9CEDAF;
--mint-400: #68E385;
--mint-500: #3DDB62;
--mint-600: #23BE47;
--mint-700: #1C9738;
--mint-800: #146C28;
--mint-900: #0D451A;
--mint-950: #082B10;
}