Mint

#57F4AE

Green

Color Codes

All color formats for development

HEX
#57F4AE
RGB
rgb(87, 244, 174)
HSL
hsl(153, 88%, 65%)
OKLCH
oklch(0.867 0.165 160.3)
CMYK
cmyk(64%, 0%, 29%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

14.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#38F29E
2#19F08F
3#0EDA7E
4#0CBB6C
5#0A9C5A
6#087D48
7#065D36
8#043E24
9#021F12

Tints

Lighter variations

1#68F5B6
2#79F6BE
3#8AF8C6
4#9AF9CE
5#ABFAD6
6#BCFBDE
7#CDFCE7
8#DDFDEF
9#EEFEF7

Tones

Muted variations

1#5FECAD
2#67E5AC
3#6FDDAB
4#77D5AA
5#7ECDAA
6#86C5A9
7#8EBDA8
8#96B5A7
9#9EAEA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDEF
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE1
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8CA
BordersInactive statesPlaceholder text
400
57F4
#57F4AE
Disabled statesSecondary iconsMuted text
500
27F1
#27F196
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD37A
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA861
Active/pressed statesDark mode accentsSecondary text
800
0878
#087845
Text on light backgroundsHeadingsStrong borders
900
054D
#054D2C
Primary textHigh emphasis contentDark headings
950
0330
#03301C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F1FEF8;
  --mint-100: #DDFDEF;
  --mint-200: #C1FBE1;
  --mint-300: #91F8CA;
  --mint-400: #57F4AE;
  --mint-500: #27F196;
  --mint-600: #0DD37A;
  --mint-700: #0BA861;
  --mint-800: #087845;
  --mint-900: #054D2C;
  --mint-950: #03301C;
}
Generate More ShadesCreate PaletteConvert Color