Mint

#62EAB8

Green

Color Codes

All color formats for development

HEX
#62EAB8
RGB
rgb(98, 234, 184)
HSL
hsl(158, 76%, 65%)
OKLCH
oklch(0.849 0.14 165.9)
CMYK
cmyk(58%, 0%, 21%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.50:1

AA AAA

On Black Background

13.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#45E6AB
2#28E29D
3#1CCC8C
4#18AF78
5#149264
6#107550
7#0C583C
8#083A28
9#041D14

Tints

Lighter variations

1#72ECBF
2#81EEC6
3#91F0CD
4#A1F2D4
5#B0F4DB
6#C0F6E3
7#D0F9EA
8#E0FBF1
9#EFFDF8

Tones

Muted variations

1#69E3B6
2#6FDCB4
3#76D5B2
4#7DCEB1
5#84C8AF
6#8BC1AD
7#91BAAB
8#98B3A9
9#9FADA8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF1
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E5
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1D0
BordersInactive statesPlaceholder text
400
62EA
#62EAB8
Disabled statesSecondary iconsMuted text
500
35E3
#35E3A4
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC587
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D6B
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F704D
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4831
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: #F2FDF9;
  --mint-100: #E0FBF1;
  --mint-200: #C5F7E5;
  --mint-300: #98F1D0;
  --mint-400: #62EAB8;
  --mint-500: #35E3A4;
  --mint-600: #1BC587;
  --mint-700: #159D6B;
  --mint-800: #0F704D;
  --mint-900: #0A4831;
  --mint-950: #062D1F;
}
Generate More ShadesCreate PaletteConvert Color