Mint
#67E4AE
GreenColor Codes
All color formats for development
HEX
#67E4AERGB
rgb(103, 228, 174)HSL
hsl(154, 70%, 65%)OKLCH
oklch(0.833 0.137 162.6)CMYK
cmyk(55%, 0%, 24%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDF9F
2#2FDA90
3#23C57F
4#1EA96D
5#198D5B
6#147148
7#0F5536
8#0A3824
9#051C12
Tints
Lighter variations
1#76E7B6
2#86EABE
3#95ECC6
4#A4EFCE
5#B3F2D7
6#C2F4DF
7#D1F7E7
8#E1FAEF
9#F0FCF7
Tones
Muted variations
1#6EDEAD
2#74D8AC
3#7AD1AC
4#80CBAB
5#87C5AA
6#8DBFA9
7#93B8A8
8#99B2A7
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 #C7F5E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDCA | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4AE | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9862 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C452D | 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: #C7F5E1;
--mint-300: #9BEDCA;
--mint-400: #67E4AE;
--mint-500: #3CDD97;
--mint-600: #22BF7B;
--mint-700: #1B9862;
--mint-800: #136C46;
--mint-900: #0C452D;
--mint-950: #082B1C;
}