Mint
#9BEDA9
GreenColor Codes
All color formats for development
HEX
#9BEDA9RGB
rgb(155, 237, 169)HSL
hsl(130, 69%, 77%)OKLCH
oklch(0.876 0.123 148.8)CMYK
cmyk(35%, 0%, 29%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE78D
2#5AE170
3#38DB53
4#25C740
5#1EA635
6#18852A
7#126420
8#0C4215
9#06210B
Tints
Lighter variations
1#A6EFB2
2#B0F0BA
3#BAF2C3
4#C4F4CC
5#CDF6D4
6#D7F8DD
7#E1FAE5
8#EBFBEE
9#F5FDF6
Tones
Muted variations
1#A0E9AC
2#A4E5AF
3#A8E1B1
4#ACDDB4
5#B0D9B7
6#B4D5BA
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 | C7F5 #C7F5CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E37D | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB57 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE3D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9730 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C22 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4516 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E1F9E5;
--mint-200: #C7F5CF;
--mint-300: #9CEDA9;
--mint-400: #68E37D;
--mint-500: #3DDB57;
--mint-600: #23BE3D;
--mint-700: #1C9730;
--mint-800: #146C22;
--mint-900: #0D4516;
--mint-950: #082B0E;
}