Mint
#55F6BB
GreenColor Codes
All color formats for development
HEX
#55F6BBRGB
rgb(85, 246, 187)HSL
hsl(158, 90%, 65%)OKLCH
oklch(0.874 0.158 164.7)CMYK
cmyk(65%, 0%, 24%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36F4AF
2#16F3A2
3#0CDC90
4#0ABD7B
5#089D67
6#077E52
7#055E3E
8#033F29
9#021F15
Tints
Lighter variations
1#66F7C2
2#77F8C9
3#88F9D0
4#99FAD6
5#AAFBDD
6#BBFBE4
7#CCFCEB
8#DDFDF1
9#EEFEF8
Tones
Muted variations
1#5DEEB9
2#65E6B7
3#6EDEB5
4#76D6B3
5#7ECEB0
6#86C6AE
7#8EBEAC
8#96B6AA
9#9EAEA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6BB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD58B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06794F | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E33 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF9;
--mint-100: #DDFDF1;
--mint-200: #C0FCE6;
--mint-300: #90F9D2;
--mint-400: #55F6BB;
--mint-500: #25F4A8;
--mint-600: #0BD58B;
--mint-700: #09AA6F;
--mint-800: #06794F;
--mint-900: #044E33;
--mint-950: #033020;
}