Mint
#55F6B6
GreenColor Codes
All color formats for development
HEX
#55F6B6RGB
rgb(85, 246, 182)HSL
hsl(156, 90%, 65%)OKLCH
oklch(0.873 0.162 162.9)CMYK
cmyk(65%, 0%, 26%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4A8
2#16F39B
3#0CDC89
4#0ABD75
5#089D62
6#077E4E
7#055E3B
8#033F27
9#021F14
Tints
Lighter variations
1#66F7BD
2#77F8C4
3#88F9CC
4#99FAD3
5#AAFBDA
6#BBFBE2
7#CCFCE9
8#DDFDF0
9#EEFEF8
Tones
Muted variations
1#5DEEB4
2#65E6B3
3#6EDEB1
4#76D6AF
5#7ECEAE
6#86C6AC
7#8EBEAB
8#96B6A9
9#9EAEA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06794B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E30 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF9;
--mint-100: #DDFDF0;
--mint-200: #C0FCE4;
--mint-300: #90F9CF;
--mint-400: #55F6B6;
--mint-500: #25F4A1;
--mint-600: #0BD584;
--mint-700: #09AA69;
--mint-800: #06794B;
--mint-900: #044E30;
--mint-950: #03301E;
}