Mint
#6EDEB1
GreenColor Codes
All color formats for development
HEX
#6EDEB1RGB
rgb(110, 222, 177)HSL
hsl(156, 63%, 65%)OKLCH
oklch(0.822 0.123 165)CMYK
cmyk(50%, 0%, 20%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8A3
2#37D294
3#2BBD83
4#25A270
5#1F875D
6#196C4B
7#125138
8#0C3625
9#061B13
Tints
Lighter variations
1#7CE1B9
2#8BE5C1
3#99E8C8
4#A8EBD0
5#B6EED8
6#C5F2E0
7#D3F5E8
8#E2F8EF
9#F0FCF7
Tones
Muted variations
1#73D8B0
2#79D3AF
3#7ECDAE
4#84C7AC
5#8AC2AB
6#8FBCAA
7#95B7A9
8#9BB1A8
9#A0ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB1 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D59B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB77E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219164 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E2F8EF;
--mint-200: #C9F3E2;
--mint-300: #9FE9CC;
--mint-400: #6EDEB1;
--mint-500: #44D59B;
--mint-600: #2AB77E;
--mint-700: #219164;
--mint-800: #186848;
--mint-900: #0F432E;
--mint-950: #092A1D;
}