Mint
#6EDEA4
GreenColor Codes
All color formats for development
HEX
#6EDEA4RGB
rgb(110, 222, 164)HSL
hsl(149, 63%, 65%)OKLCH
oklch(0.819 0.133 158.9)CMYK
cmyk(50%, 0%, 26%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D893
2#37D282
3#2BBD72
4#25A261
5#1F8751
6#196C41
7#125131
8#0C3620
9#061B10
Tints
Lighter variations
1#7CE1AD
2#8BE5B6
3#99E8BF
4#A8EBC8
5#B6EED1
6#C5F2DB
7#D3F5E4
8#E2F8ED
9#F0FCF6
Tones
Muted variations
1#73D8A4
2#79D3A4
3#7ECDA4
4#84C7A5
5#8AC2A5
6#8FBCA5
7#95B7A5
8#9BB1A5
9#A0ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA4 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB76E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219157 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18683E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4328 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8ED;
--mint-200: #C9F3DD;
--mint-300: #9FE9C3;
--mint-400: #6EDEA4;
--mint-500: #44D58A;
--mint-600: #2AB76E;
--mint-700: #219157;
--mint-800: #18683E;
--mint-900: #0F4328;
--mint-950: #092A19;
}