Mint
#74D8A9
GreenColor Codes
All color formats for development
HEX
#74D8A9RGB
rgb(116, 216, 169)HSL
hsl(152, 56%, 65%)OKLCH
oklch(0.808 0.117 161.8)CMYK
cmyk(46%, 0%, 22%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD099
2#40C989
3#33B578
4#2C9B67
5#248156
6#1D6745
7#164E34
8#0F3422
9#071A11
Tints
Lighter variations
1#82DCB2
2#90E0BA
3#9EE4C3
4#ABE7CB
5#B9EBD4
6#C7EFDD
7#D5F3E5
8#E3F7EE
9#F1FBF6
Tones
Muted variations
1#79D3A9
2#7ECEA8
3#83C9A8
4#88C4A8
5#8DBFA7
6#92BAA7
7#97B5A7
8#9CB0A6
9#A1ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C7 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A9 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6342 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F7EE;
--mint-200: #CBF0DF;
--mint-300: #A4E5C7;
--mint-400: #74D8A9;
--mint-500: #4CCD91;
--mint-600: #31AF74;
--mint-700: #278B5D;
--mint-800: #1C6342;
--mint-900: #12402A;
--mint-950: #0B281A;
}