Mint
#74D89D
GreenColor Codes
All color formats for development
HEX
#74D89DRGB
rgb(116, 216, 157)HSL
hsl(145, 56%, 65%)OKLCH
oklch(0.806 0.127 156.2)CMYK
cmyk(46%, 0%, 27%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD08B
2#40C979
3#33B569
4#2C9B5A
5#24814B
6#1D673C
7#164E2D
8#0F341E
9#071A0F
Tints
Lighter variations
1#82DCA7
2#90E0B1
3#9EE4BB
4#ABE7C4
5#B9EBCE
6#C7EFD8
7#D5F3E2
8#E3F7EB
9#F1FBF5
Tones
Muted variations
1#79D39E
2#7ECE9F
3#83C9A0
4#88C4A1
5#8DBFA2
6#92BAA2
7#97B5A3
8#9CB0A4
9#A1ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BF | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89D | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD82 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124025 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F7EB;
--mint-200: #CBF0DB;
--mint-300: #A4E5BF;
--mint-400: #74D89D;
--mint-500: #4CCD82;
--mint-600: #31AF66;
--mint-700: #278B51;
--mint-800: #1C633A;
--mint-900: #124025;
--mint-950: #0B2817;
}