Mint
#53F9B1
GreenColor Codes
All color formats for development
HEX
#53F9B1RGB
rgb(83, 249, 177)HSL
hsl(154, 93%, 65%)OKLCH
oklch(0.879 0.171 160.6)CMYK
cmyk(67%, 0%, 29%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8A2
2#13F694
3#08E082
4#07C070
5#06A05D
6#05804B
7#036038
8#024025
9#012013
Tints
Lighter variations
1#64F9B9
2#75FAC0
3#86FBC8
4#98FBD0
5#A9FCD8
6#BAFDE0
7#CBFDE8
8#DDFEEF
9#EEFEF7
Tones
Muted variations
1#5BF0B0
2#63E8AF
3#6CE0AD
4#74D8AC
5#7CCFAB
6#85C7AA
7#8DBFA9
8#95B6A8
9#9DAEA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F79A | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D97E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2E | 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: #F0FEF8;
--mint-100: #DDFEEF;
--mint-200: #BFFDE2;
--mint-300: #8EFBCC;
--mint-400: #53F9B1;
--mint-500: #22F79A;
--mint-600: #08D97E;
--mint-700: #06AC64;
--mint-800: #047B48;
--mint-900: #034F2E;
--mint-950: #02311D;
}