Mint
#69E2B6
GreenColor Codes
All color formats for development
HEX
#69E2B6RGB
rgb(105, 226, 182)HSL
hsl(158, 68%, 65%)OKLCH
oklch(0.831 0.127 166.8)CMYK
cmyk(54%, 0%, 19%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDDA8
2#31D89B
3#25C389
4#20A775
5#1B8B62
6#156F4E
7#10543B
8#0B3827
9#051C14
Tints
Lighter variations
1#78E5BD
2#87E8C5
3#96EBCC
4#A5EED3
5#B4F1DA
6#C3F4E2
7#D2F6E9
8#E1F9F0
9#F0FCF8
Tones
Muted variations
1#6FDCB4
2#75D6B3
3#7BD0B1
4#81CAAF
5#87C4AE
6#8DBEAC
7#94B8AB
8#9AB2A9
9#A0ACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECCF | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9669 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4530 | 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: #E1F9F0;
--mint-200: #C7F4E4;
--mint-300: #9CECCF;
--mint-400: #69E2B6;
--mint-500: #3EDAA1;
--mint-600: #24BC85;
--mint-700: #1D9669;
--mint-800: #146B4B;
--mint-900: #0D4530;
--mint-950: #082B1E;
}