Mint
#69E2AC
GreenColor Codes
All color formats for development
HEX
#69E2ACRGB
rgb(105, 226, 172)HSL
hsl(153, 68%, 65%)OKLCH
oklch(0.829 0.135 162)CMYK
cmyk(54%, 0%, 24%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD9C
2#31D88D
3#25C37C
4#20A76A
5#1B8B59
6#156F47
7#105435
8#0B3823
9#051C12
Tints
Lighter variations
1#78E5B4
2#87E8BC
3#96EBC5
4#A5EECD
5#B4F1D5
6#C3F4DE
7#D2F6E6
8#E1F9EE
9#F0FCF7
Tones
Muted variations
1#6FDCAB
2#75D6AB
3#7BD0AA
4#81CAA9
5#87C4A9
6#8DBEA8
7#94B8A8
8#9AB2A7
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 #C7F4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2AC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D965F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452C | 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: #E1F9EE;
--mint-200: #C7F4E0;
--mint-300: #9CECC8;
--mint-400: #69E2AC;
--mint-500: #3EDA94;
--mint-600: #24BC78;
--mint-700: #1D965F;
--mint-800: #146B44;
--mint-900: #0D452C;
--mint-950: #082B1B;
}