Mint
#69E2A6
GreenColor Codes
All color formats for development
HEX
#69E2A6RGB
rgb(105, 226, 166)HSL
hsl(150, 68%, 65%)OKLCH
oklch(0.827 0.14 159.5)CMYK
cmyk(54%, 0%, 27%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD95
2#31D885
3#25C374
4#20A763
5#1B8B53
6#156F42
7#105432
8#0B3821
9#051C11
Tints
Lighter variations
1#78E5AF
2#87E8B8
3#96EBC1
4#A5EEC9
5#B4F1D2
6#C3F4DB
7#D2F6E4
8#E1F9ED
9#F0FCF6
Tones
Muted variations
1#6FDCA6
2#75D6A6
3#7BD0A6
4#81CAA6
5#87C4A6
6#8DBEA6
7#94B8A6
8#9AB2A6
9#A0ACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC4 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2A6 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9659 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4529 | 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: #F2FDF7;
--mint-100: #E1F9ED;
--mint-200: #C7F4DE;
--mint-300: #9CECC4;
--mint-400: #69E2A6;
--mint-500: #3EDA8C;
--mint-600: #24BC70;
--mint-700: #1D9659;
--mint-800: #146B40;
--mint-900: #0D4529;
--mint-950: #082B1A;
}