Mint
#74D89C
GreenColor Codes
All color formats for development
HEX
#74D89CRGB
rgb(116, 216, 156)HSL
hsl(144, 56%, 65%)OKLCH
oklch(0.805 0.128 155.7)CMYK
cmyk(46%, 0%, 28%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD089
2#40C977
3#33B567
4#2C9B58
5#24814A
6#1D673B
7#164E2C
8#0F341D
9#071A0F
Tints
Lighter variations
1#82DCA6
2#90E0B0
3#9EE4BA
4#ABE7C3
5#B9EBCD
6#C7EFD7
7#D5F3E1
8#E3F7EB
9#F1FBF5
Tones
Muted variations
1#79D39D
2#7ECE9E
3#83C99F
4#88C4A0
5#8DBFA1
6#92BAA2
7#97B5A3
8#9CB0A4
9#A1ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BE | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89C | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD7F | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6339 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124024 | 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: #F3FCF6;
--mint-100: #E3F7EB;
--mint-200: #CBF0DA;
--mint-300: #A4E5BE;
--mint-400: #74D89C;
--mint-500: #4CCD7F;
--mint-600: #31AF64;
--mint-700: #278B4F;
--mint-800: #1C6339;
--mint-900: #124024;
--mint-950: #0B2817;
}