Mint
#69E2AA
GreenColor Codes
All color formats for development
HEX
#69E2AARGB
rgb(105, 226, 170)HSL
hsl(152, 68%, 65%)OKLCH
oklch(0.828 0.136 161.2)CMYK
cmyk(54%, 0%, 25%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDD9A
2#31D88A
3#25C379
4#20A768
5#1B8B57
6#156F45
7#105434
8#0B3823
9#051C11
Tints
Lighter variations
1#78E5B2
2#87E8BB
3#96EBC3
4#A5EECC
5#B4F1D4
6#C3F4DD
7#D2F6E5
8#E1F9EE
9#F0FCF6
Tones
Muted variations
1#6FDCA9
2#75D6A9
3#7BD0A9
4#81CAA8
5#87C4A8
6#8DBEA7
7#94B8A7
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 #C7F4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC7 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2AA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC75 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D965D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452B | 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: #C7F4DF;
--mint-300: #9CECC7;
--mint-400: #69E2AA;
--mint-500: #3EDA91;
--mint-600: #24BC75;
--mint-700: #1D965D;
--mint-800: #146B43;
--mint-900: #0D452B;
--mint-950: #082B1B;
}