Mint
#67E4AA
GreenColor Codes
All color formats for development
HEX
#67E4AARGB
rgb(103, 228, 170)HSL
hsl(152, 70%, 65%)OKLCH
oklch(0.832 0.14 160.9)CMYK
cmyk(55%, 0%, 25%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDF9A
2#2FDA8A
3#23C579
4#1EA968
5#198D57
6#147145
7#0F5534
8#0A3823
9#051C11
Tints
Lighter variations
1#76E7B2
2#86EABB
3#95ECC3
4#A4EFCC
5#B3F2D4
6#C2F4DD
7#D1F7E5
8#E1FAEE
9#F0FCF6
Tones
Muted variations
1#6EDEA9
2#74D8A9
3#7AD1A9
4#80CBA8
5#87C5A8
6#8DBFA7
7#93B8A7
8#99B2A7
9#A0ACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDC7 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4AA | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD92 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B985D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C452B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E1FAEE;
--mint-200: #C7F5DF;
--mint-300: #9BEDC7;
--mint-400: #67E4AA;
--mint-500: #3CDD92;
--mint-600: #22BF75;
--mint-700: #1B985D;
--mint-800: #136C43;
--mint-900: #0C452B;
--mint-950: #082B1B;
}