Mint
#9CEDA1
GreenColor Codes
All color formats for development
HEX
#9CEDA1RGB
rgb(156, 237, 161)HSL
hsl(124, 69%, 77%)OKLCH
oklch(0.875 0.131 145.8)CMYK
cmyk(34%, 0%, 32%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE782
2#5AE163
3#38DB43
4#25C72F
5#1EA627
6#188520
7#126418
8#0C4210
9#062108
Tints
Lighter variations
1#A6EFAB
2#B0F0B4
3#BAF2BD
4#C4F4C7
5#CDF6D0
6#D7F8DA
7#E1FAE3
8#EBFBEC
9#F5FDF6
Tones
Muted variations
1#A0E9A5
2#A4E5A8
3#A8E1AC
4#ACDDAF
5#B0D9B3
6#B4D5B6
7#B8D0BA
8#BCCCBD
9#C0C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA1 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E370 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB48 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE2D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9724 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4510 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E1F9E2;
--mint-200: #C7F5CA;
--mint-300: #9CEDA1;
--mint-400: #68E370;
--mint-500: #3DDB48;
--mint-600: #23BE2D;
--mint-700: #1C9724;
--mint-800: #146C1A;
--mint-900: #0D4510;
--mint-950: #082B0A;
}