Mint
#9CECBE
GreenColor Codes
All color formats for development
HEX
#9CECBERGB
rgb(156, 236, 190)HSL
hsl(145, 68%, 77%)OKLCH
oklch(0.879 0.102 158.2)CMYK
cmyk(34%, 0%, 19%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6A8
2#5AE092
3#3AD97C
4#26C668
5#1FA557
6#198446
7#136334
8#0D4223
9#062111
Tints
Lighter variations
1#A6EEC4
2#B0F0CB
3#BAF2D1
4#C4F4D8
5#CEF6DE
6#D8F7E5
7#E1F9EB
8#EBFBF2
9#F5FDF8
Tones
Muted variations
1#A0E8BE
2#A4E4BF
3#A8E0C0
4#ACDCC0
5#B0D8C1
6#B4D4C2
7#B8D0C2
8#BCCCC3
9#C0C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBE | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E29C | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7F | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4524 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E1F9EB;
--mint-200: #C7F4DA;
--mint-300: #9CECBE;
--mint-400: #69E29C;
--mint-500: #3EDA7F;
--mint-600: #24BC63;
--mint-700: #1D964F;
--mint-800: #146B39;
--mint-900: #0D4524;
--mint-950: #082B17;
}