Mint
#61EAB8
GreenColor Codes
All color formats for development
HEX
#61EAB8RGB
rgb(97, 234, 184)HSL
hsl(158, 77%, 65%)OKLCH
oklch(0.848 0.14 166)CMYK
cmyk(59%, 0%, 21%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E7AB
2#26E39E
3#1BCD8C
4#17B078
5#139364
6#0F7550
7#0B583C
8#083B28
9#041D14
Tints
Lighter variations
1#71EDBF
2#81EFC6
3#90F1CD
4#A0F3D4
5#B0F5DC
6#C0F7E3
7#D0F9EA
8#DFFBF1
9#EFFDF8
Tones
Muted variations
1#68E4B6
2#6FDDB4
3#76D6B3
4#7DCFB1
5#83C8AF
6#8AC1AD
7#91BAAB
8#98B3A9
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D0 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAB8 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F714D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094831 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF9;
--mint-100: #DFFBF1;
--mint-200: #C4F7E5;
--mint-300: #97F2D0;
--mint-400: #61EAB8;
--mint-500: #34E5A4;
--mint-600: #1AC787;
--mint-700: #159E6C;
--mint-800: #0F714D;
--mint-900: #094831;
--mint-950: #062D1F;
}