Mint
#69E2AE
GreenColor Codes
All color formats for development
HEX
#69E2AERGB
rgb(105, 226, 174)HSL
hsl(154, 68%, 65%)OKLCH
oklch(0.829 0.133 162.9)CMYK
cmyk(54%, 0%, 23%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD9F
2#31D890
3#25C37F
4#20A76C
5#1B8B5A
6#156F48
7#105436
8#0B3824
9#051C12
Tints
Lighter variations
1#78E5B6
2#87E8BE
3#96EBC6
4#A5EECE
5#B4F1D6
6#C3F4DF
7#D2F6E7
8#E1F9EF
9#F0FCF7
Tones
Muted variations
1#6FDCAD
2#75D6AC
3#7BD0AB
4#81CAAB
5#87C4AA
6#8DBEA9
7#94B8A8
8#9AB2A7
9#A0ACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECCA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2AE | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9661 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E1F9EF;
--mint-200: #C7F4E1;
--mint-300: #9CECCA;
--mint-400: #69E2AE;
--mint-500: #3EDA97;
--mint-600: #24BC7A;
--mint-700: #1D9661;
--mint-800: #146B46;
--mint-900: #0D452C;
--mint-950: #082B1C;
}