Mint
#9CECA8
GreenColor Codes
All color formats for development
HEX
#9CECA8RGB
rgb(156, 236, 168)HSL
hsl(129, 68%, 77%)OKLCH
oklch(0.874 0.122 148.2)CMYK
cmyk(34%, 0%, 29%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE68B
2#5AE06E
3#3AD951
4#26C63E
5#1FA533
6#198429
7#13631F
8#0D4215
9#06210A
Tints
Lighter variations
1#A6EEB1
2#B0F0BA
3#BAF2C2
4#C4F4CB
5#CEF6D4
6#D8F7DC
7#E1F9E5
8#EBFBEE
9#F5FDF6
Tones
Muted variations
1#A0E8AB
2#A4E4AE
3#A8E0B1
4#ACDCB4
5#B0D8B6
6#B4D4B9
7#B8D0BC
8#BCCCBF
9#C0C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECA8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E27B | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA56 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC3B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D962F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4515 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E1F9E5;
--mint-200: #C7F4CE;
--mint-300: #9CECA8;
--mint-400: #69E27B;
--mint-500: #3EDA56;
--mint-600: #24BC3B;
--mint-700: #1D962F;
--mint-800: #146B21;
--mint-900: #0D4515;
--mint-950: #082B0D;
}