Mint
#69E2B0
GreenColor Codes
All color formats for development
HEX
#69E2B0RGB
rgb(105, 226, 176)HSL
hsl(155, 68%, 65%)OKLCH
oklch(0.83 0.132 163.9)CMYK
cmyk(54%, 0%, 22%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDDA1
2#31D892
3#25C381
4#20A76F
5#1B8B5C
6#156F4A
7#105437
8#0B3825
9#051C12
Tints
Lighter variations
1#78E5B8
2#87E8C0
3#96EBC8
4#A5EED0
5#B4F1D7
6#C3F4DF
7#D2F6E7
8#E1F9EF
9#F0FCF7
Tones
Muted variations
1#6FDCAF
2#75D6AE
3#7BD0AD
4#81CAAC
5#87C4AB
6#8DBEAA
7#94B8A9
8#9AB2A8
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 #C7F4E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECCB | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2B0 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9663 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452D | 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: #C7F4E2;
--mint-300: #9CECCB;
--mint-400: #69E2B0;
--mint-500: #3EDA99;
--mint-600: #24BC7D;
--mint-700: #1D9663;
--mint-800: #146B47;
--mint-900: #0D452D;
--mint-950: #082B1C;
}