Mint
#74D8B1
GreenColor Codes
All color formats for development
HEX
#74D8B1RGB
rgb(116, 216, 177)HSL
hsl(157, 56%, 65%)OKLCH
oklch(0.81 0.111 166.3)CMYK
cmyk(46%, 0%, 18%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0A3
2#40C995
3#33B583
4#2C9B70
5#24815E
6#1D674B
7#164E38
8#0F3425
9#071A13
Tints
Lighter variations
1#82DCB9
2#90E0C1
3#9EE4C9
4#ABE7D0
5#B9EBD8
6#C7EFE0
7#D5F3E8
8#E3F7EF
9#F1FBF7
Tones
Muted variations
1#79D3B0
2#7ECEAF
3#83C9AE
4#88C4AD
5#8DBFAC
6#92BAAA
7#97B5A9
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 #E3F7EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CC | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B1 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402E | 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: #E3F7EF;
--mint-200: #CBF0E2;
--mint-300: #A4E5CC;
--mint-400: #74D8B1;
--mint-500: #4CCD9B;
--mint-600: #31AF7F;
--mint-700: #278B65;
--mint-800: #1C6348;
--mint-900: #12402E;
--mint-950: #0B281D;
}