Mint
#53F9B4
GreenColor Codes
All color formats for development
HEX
#53F9B4RGB
rgb(83, 249, 180)HSL
hsl(155, 93%, 65%)OKLCH
oklch(0.88 0.168 161.6)CMYK
cmyk(67%, 0%, 28%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8A6
2#13F698
3#08E086
4#07C073
5#06A060
6#05804D
7#036039
8#024026
9#012013
Tints
Lighter variations
1#64F9BB
2#75FAC3
3#86FBCA
4#98FBD2
5#A9FCD9
6#BAFDE1
7#CBFDE8
8#DDFEF0
9#EEFEF7
Tones
Muted variations
1#5BF0B2
2#63E8B1
3#6CE0AF
4#74D8AE
5#7CCFAD
6#85C7AB
7#8DBFAA
8#95B6A9
9#9DAEA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCD | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B4 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F79E | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF9;
--mint-100: #DDFEF0;
--mint-200: #BFFDE3;
--mint-300: #8EFBCD;
--mint-400: #53F9B4;
--mint-500: #22F79E;
--mint-600: #08D982;
--mint-700: #06AC67;
--mint-800: #047B4A;
--mint-900: #034F2F;
--mint-950: #02311D;
}