Mint
#6FDCB4
GreenColor Codes
All color formats for development
HEX
#6FDCB4RGB
rgb(111, 220, 180)HSL
hsl(158, 61%, 65%)OKLCH
oklch(0.819 0.117 167.2)CMYK
cmyk(50%, 0%, 18%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6A6
2#3ACF99
3#2DBB87
4#27A074
5#208560
6#1A6B4D
7#13503A
8#0D3527
9#061B13
Tints
Lighter variations
1#7EE0BC
2#8CE3C3
3#9AE7CB
4#A9EAD2
5#B7EEDA
6#C6F1E1
7#D4F5E9
8#E2F8F0
9#F1FCF8
Tones
Muted variations
1#75D7B3
2#7AD1B1
3#80CCB0
4#85C6AE
5#8BC1AD
6#90BCAC
7#95B6AA
8#9BB1A9
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 | 6FDC #6FDCB4 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422F | 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: #6FDCB4;
--mint-500: #46D29F;
--mint-600: #2CB582;
--mint-700: #239068;
--mint-800: #19674A;
--mint-900: #10422F;
--mint-950: #0A291E;
}