Mint
#9CECA0
GreenColor Codes
All color formats for development
HEX
#9CECA0RGB
rgb(156, 236, 160)HSL
hsl(123, 68%, 77%)OKLCH
oklch(0.872 0.13 145.5)CMYK
cmyk(34%, 0%, 32%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE681
2#5AE061
3#3AD942
4#26C62E
5#1FA526
6#19841E
7#136317
8#0D420F
9#062108
Tints
Lighter variations
1#A6EEAA
2#B0F0B3
3#BAF2BD
4#C4F4C6
5#CEF6D0
6#D8F7D9
7#E1F9E3
8#EBFBEC
9#F5FDF6
Tones
Muted variations
1#A0E8A4
2#A4E4A8
3#A8E0AB
4#ACDCAF
5#B0D8B2
6#B4D4B6
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 | C7F4 #C7F4CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECA0 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E26F | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA46 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9623 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B19 | 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: #C7F4CA;
--mint-300: #9CECA0;
--mint-400: #69E26F;
--mint-500: #3EDA46;
--mint-600: #24BC2C;
--mint-700: #1D9623;
--mint-800: #146B19;
--mint-900: #0D4510;
--mint-950: #082B0A;
}