Mint
#67E4B0
GreenColor Codes
All color formats for development
HEX
#67E4B0RGB
rgb(103, 228, 176)HSL
hsl(155, 70%, 65%)OKLCH
oklch(0.834 0.135 163.5)CMYK
cmyk(55%, 0%, 23%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFA2
2#2FDA93
3#23C582
4#1EA96F
5#198D5D
6#14714A
7#0F5538
8#0A3825
9#051C13
Tints
Lighter variations
1#76E7B8
2#86EAC0
3#95ECC8
4#A4EFD0
5#B3F2D8
6#C2F4DF
7#D1F7E7
8#E1FAEF
9#F0FCF7
Tones
Muted variations
1#6EDEAF
2#74D8AE
3#7AD1AD
4#80CBAC
5#87C5AB
6#8DBFAA
7#93B8A9
8#99B2A8
9#A0ACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDCB | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9864 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C452E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E1FAEF;
--mint-200: #C7F5E2;
--mint-300: #9BEDCB;
--mint-400: #67E4B0;
--mint-500: #3CDD9A;
--mint-600: #22BF7D;
--mint-700: #1B9864;
--mint-800: #136C47;
--mint-900: #0C452E;
--mint-950: #082B1C;
}