Mint
#70DBB4
GreenColor Codes
All color formats for development
HEX
#70DBB4RGB
rgb(112, 219, 180)HSL
hsl(158, 60%, 65%)OKLCH
oklch(0.817 0.115 167.4)CMYK
cmyk(49%, 0%, 18%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D5A6
2#3BCE98
3#2EBA87
4#289F73
5#218560
6#1B6A4D
7#14503A
8#0D3526
9#071B13
Tints
Lighter variations
1#7EDFBC
2#8DE2C3
3#9BE6CB
4#A9EAD2
5#B8EDDA
6#C6F1E1
7#D4F4E9
8#E2F8F0
9#F1FBF8
Tones
Muted variations
1#76D6B3
2#7BD1B1
3#80CBB0
4#86C6AE
5#8BC1AD
6#90BBAB
7#96B6AA
8#9BB0A9
9#A0ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CE | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D19F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB482 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A664A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF9;
--mint-100: #E2F8F0;
--mint-200: #CAF2E3;
--mint-300: #A1E8CE;
--mint-400: #70DBB4;
--mint-500: #47D19F;
--mint-600: #2DB482;
--mint-700: #248F68;
--mint-800: #1A664A;
--mint-900: #10412F;
--mint-950: #0A291E;
}