Mint
#53F9BF
GreenColor Codes
All color formats for development
HEX
#53F9BFRGB
rgb(83, 249, 191)HSL
hsl(159, 93%, 65%)OKLCH
oklch(0.882 0.16 165.6)CMYK
cmyk(67%, 0%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8B3
2#13F6A7
3#08E094
4#07C07F
5#06A06A
6#058055
7#036040
8#02402A
9#012015
Tints
Lighter variations
1#64F9C5
2#75FACC
3#86FBD2
4#98FBD8
5#A9FCDF
6#BAFDE5
7#CBFDEC
8#DDFEF2
9#EEFEF9
Tones
Muted variations
1#5BF0BC
2#63E8BA
3#6CE0B7
4#74D8B5
5#7CCFB2
6#85C7B0
7#8DBFAD
8#95B6AB
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 #BFFDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD5 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9BF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F34 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF9;
--mint-100: #DDFEF2;
--mint-200: #BFFDE7;
--mint-300: #8EFBD5;
--mint-400: #53F9BF;
--mint-500: #22F7AC;
--mint-600: #08D990;
--mint-700: #06AC72;
--mint-800: #047B52;
--mint-900: #034F34;
--mint-950: #023121;
}