Mint
#74D8B3
GreenColor Codes
All color formats for development
HEX
#74D8B3RGB
rgb(116, 216, 179)HSL
hsl(158, 56%, 65%)OKLCH
oklch(0.811 0.109 167.5)CMYK
cmyk(46%, 0%, 17%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0A5
2#40C997
3#33B585
4#2C9B72
5#24815F
6#1D674C
7#164E39
8#0F3426
9#071A13
Tints
Lighter variations
1#82DCBB
2#90E0C2
3#9EE4CA
4#ABE7D1
5#B9EBD9
6#C7EFE1
7#D5F3E8
8#E3F7F0
9#F1FBF7
Tones
Muted variations
1#79D3B2
2#7ECEB0
3#83C9AF
4#88C4AE
5#8DBFAC
6#92BAAB
7#97B5AA
8#9CB0A8
9#A1ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CD | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B3 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6349 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F7F0;
--mint-200: #CBF0E3;
--mint-300: #A4E5CD;
--mint-400: #74D8B3;
--mint-500: #4CCD9D;
--mint-600: #31AF81;
--mint-700: #278B67;
--mint-800: #1C6349;
--mint-900: #12402F;
--mint-950: #0B281D;
}