Mint
#72DAB0
GreenColor Codes
All color formats for development
HEX
#72DAB0RGB
rgb(114, 218, 176)HSL
hsl(156, 58%, 65%)OKLCH
oklch(0.814 0.115 165.2)CMYK
cmyk(48%, 0%, 19%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3A1
2#3ECC93
3#31B781
4#2A9D6F
5#23835C
6#1C694A
7#154F37
8#0E3425
9#071A12
Tints
Lighter variations
1#80DDB8
2#8EE1C0
3#9CE5C8
4#AAE9D0
5#B8ECD8
6#C7F0DF
7#D5F4E7
8#E3F8EF
9#F1FBF7
Tones
Muted variations
1#77D4AF
2#7CCFAE
3#82CAAD
4#87C5AC
5#8CC0AB
6#91BAAA
7#96B5A9
8#9BB0A8
9#A1ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6CB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB17D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402E | 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: #E3F8EF;
--mint-200: #CBF1E2;
--mint-300: #A2E6CB;
--mint-400: #72DAB0;
--mint-500: #4ACF9A;
--mint-600: #2FB17D;
--mint-700: #258D64;
--mint-800: #1B6547;
--mint-900: #11402E;
--mint-950: #0B281C;
}