Mint
#63E9B1
GreenColor Codes
All color formats for development
HEX
#63E9B1RGB
rgb(99, 233, 177)HSL
hsl(155, 75%, 65%)OKLCH
oklch(0.845 0.143 163)CMYK
cmyk(58%, 0%, 24%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46E5A2
2#29E094
3#1DCB83
4#19AE70
5#15915D
6#11744B
7#0C5738
8#083A25
9#041D13
Tints
Lighter variations
1#72EBB9
2#82EDC1
3#92EFC8
4#A1F2D0
5#B1F4D8
6#C1F6E0
7#D0F8E8
8#E0FBEF
9#EFFDF7
Tones
Muted variations
1#6AE2B0
2#70DBAF
3#77D5AE
4#7ECEAC
5#84C7AB
6#8BC1AA
7#92BAA9
8#98B3A8
9#9FACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0CC | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E29B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC47E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A472E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FBEF;
--mint-200: #C5F7E2;
--mint-300: #98F0CC;
--mint-400: #63E9B1;
--mint-500: #36E29B;
--mint-600: #1CC47E;
--mint-700: #169C64;
--mint-800: #107048;
--mint-900: #0A472E;
--mint-950: #062D1D;
}