Mint
#67E4B6
GreenColor Codes
All color formats for development
HEX
#67E4B6RGB
rgb(103, 228, 182)HSL
hsl(158, 70%, 65%)OKLCH
oklch(0.835 0.131 166.4)CMYK
cmyk(55%, 0%, 20%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFA9
2#2FDA9B
3#23C58A
4#1EA976
5#198D62
6#14714F
7#0F553B
8#0A3827
9#051C14
Tints
Lighter variations
1#76E7BE
2#86EAC5
3#95ECCC
4#A4EFD3
5#B3F2DB
6#C2F4E2
7#D1F7E9
8#E1FAF0
9#F0FCF8
Tones
Muted variations
1#6EDEB5
2#74D8B3
3#7AD1B1
4#80CBB0
5#87C5AE
6#8DBFAC
7#93B8AB
8#99B2A9
9#A0ACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDCF | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B986A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4530 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF9;
--mint-100: #E1FAF0;
--mint-200: #C7F5E4;
--mint-300: #9BEDCF;
--mint-400: #67E4B6;
--mint-500: #3CDDA2;
--mint-600: #22BF85;
--mint-700: #1B986A;
--mint-800: #136C4C;
--mint-900: #0C4530;
--mint-950: #082B1E;
}