Mint
#53F9BC
GreenColor Codes
All color formats for development
HEX
#53F9BCRGB
rgb(83, 249, 188)HSL
hsl(158, 93%, 65%)OKLCH
oklch(0.881 0.162 164.5)CMYK
cmyk(67%, 0%, 24%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8AF
2#13F6A3
3#08E091
4#07C07C
5#06A067
6#058053
7#03603E
8#024029
9#012015
Tints
Lighter variations
1#64F9C3
2#75FAC9
3#86FBD0
4#98FBD7
5#A9FCDD
6#BAFDE4
7#CBFDEB
8#DDFEF2
9#EEFEF8
Tones
Muted variations
1#5BF0BA
2#63E8B7
3#6CE0B5
4#74D8B3
5#7CCFB1
6#85C7AF
7#8DBFAC
8#95B6AA
9#9DAEA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD3 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9BC | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D98C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F33 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023120 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF9;
--mint-100: #DDFEF2;
--mint-200: #BFFDE6;
--mint-300: #8EFBD3;
--mint-400: #53F9BC;
--mint-500: #22F7A9;
--mint-600: #08D98C;
--mint-700: #06AC6F;
--mint-800: #047B50;
--mint-900: #034F33;
--mint-950: #023120;
}