Mint
#9CECAF
GreenColor Codes
All color formats for development
HEX
#9CECAFRGB
rgb(156, 236, 175)HSL
hsl(134, 68%, 77%)OKLCH
oklch(0.875 0.115 150.9)CMYK
cmyk(34%, 0%, 26%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE694
2#5AE07A
3#3AD95F
4#26C64B
5#1FA53F
6#198432
7#136326
8#0D4219
9#06210D
Tints
Lighter variations
1#A6EEB7
2#B0F0BF
3#BAF2C7
4#C4F4CF
5#CEF6D7
6#D8F7DF
7#E1F9E7
8#EBFBEF
9#F5FDF7
Tones
Muted variations
1#A0E8B1
2#A4E4B3
3#A8E0B5
4#ACDCB8
5#B0D8BA
6#B4D4BC
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 | C7F4 #C7F4D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECAF | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E285 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA63 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC48 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9639 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B29 | 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: #C7F4D2;
--mint-300: #9CECAF;
--mint-400: #69E285;
--mint-500: #3EDA63;
--mint-600: #24BC48;
--mint-700: #1D9639;
--mint-800: #146B29;
--mint-900: #0D451A;
--mint-950: #082B10;
}