Mint
#74D8AE
GreenColor Codes
All color formats for development
HEX
#74D8AERGB
rgb(116, 216, 174)HSL
hsl(155, 56%, 65%)OKLCH
oklch(0.81 0.113 164.5)CMYK
cmyk(46%, 0%, 19%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD09F
2#40C990
3#33B57F
4#2C9B6D
5#24815B
6#1D6748
7#164E36
8#0F3424
9#071A12
Tints
Lighter variations
1#82DCB6
2#90E0BE
3#9EE4C6
4#ABE7CE
5#B9EBD7
6#C7EFDF
7#D5F3E7
8#E3F7EF
9#F1FBF7
Tones
Muted variations
1#79D3AD
2#7ECEAC
3#83C9AC
4#88C4AB
5#8DBFAA
6#92BAA9
7#97B5A8
8#9CB0A7
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 #CBF0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8AE | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6346 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F7EF;
--mint-200: #CBF0E1;
--mint-300: #A4E5CA;
--mint-400: #74D8AE;
--mint-500: #4CCD97;
--mint-600: #31AF7B;
--mint-700: #278B62;
--mint-800: #1C6346;
--mint-900: #12402D;
--mint-950: #0B281C;
}