Mint
#63E9A6
GreenColor Codes
All color formats for development
HEX
#63E9A6RGB
rgb(99, 233, 166)HSL
hsl(150, 75%, 65%)OKLCH
oklch(0.842 0.152 158.7)CMYK
cmyk(58%, 0%, 29%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E595
2#29E085
3#1DCB74
4#19AE63
5#159153
6#117442
7#0C5732
8#083A21
9#041D11
Tints
Lighter variations
1#72EBAF
2#82EDB8
3#92EFC1
4#A1F2C9
5#B1F4D2
6#C1F6DB
7#D0F8E4
8#E0FBED
9#EFFDF6
Tones
Muted variations
1#6AE2A6
2#70DBA6
3#77D5A6
4#7ECEA6
5#84C7A6
6#8BC1A6
7#92BAA6
8#98B3A6
9#9FACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C4 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9A6 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E28C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC470 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107040 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4729 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FBED;
--mint-200: #C5F7DE;
--mint-300: #98F0C4;
--mint-400: #63E9A6;
--mint-500: #36E28C;
--mint-600: #1CC470;
--mint-700: #169C59;
--mint-800: #107040;
--mint-900: #0A4729;
--mint-950: #062D1A;
}