Mint
#69E2A8
GreenColor Codes
All color formats for development
HEX
#69E2A8RGB
rgb(105, 226, 168)HSL
hsl(151, 68%, 65%)OKLCH
oklch(0.828 0.138 160.3)CMYK
cmyk(54%, 0%, 26%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD98
2#31D887
3#25C377
4#20A766
5#1B8B55
6#156F44
7#105433
8#0B3822
9#051C11
Tints
Lighter variations
1#78E5B0
2#87E8B9
3#96EBC2
4#A5EECB
5#B4F1D3
6#C3F4DC
7#D2F6E5
8#E1F9EE
9#F0FCF6
Tones
Muted variations
1#6FDCA8
2#75D6A7
3#7BD0A7
4#81CAA7
5#87C4A7
6#8DBEA7
7#94B8A6
8#9AB2A6
9#A0ACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA8F | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D965B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E1F9EE;
--mint-200: #C7F4DF;
--mint-300: #9CECC6;
--mint-400: #69E2A8;
--mint-500: #3EDA8F;
--mint-600: #24BC73;
--mint-700: #1D965B;
--mint-800: #146B41;
--mint-900: #0D452A;
--mint-950: #082B1A;
}