Mint

#57F4BB

Green

Color Codes

All color formats for development

HEX
#57F4BB
RGB
rgb(87, 244, 187)
HSL
hsl(158, 88%, 65%)
OKLCH
oklch(0.87 0.155 165.1)
CMYK
cmyk(64%, 0%, 23%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.06: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#38F2AE
2#19F0A1
3#0EDA8F
4#0CBB7B
5#0A9C66
6#087D52
7#065D3D
8#043E29
9#021F14

Tints

Lighter variations

1#68F5C2
2#79F6C8
3#8AF8CF
4#9AF9D6
5#ABFADD
6#BCFBE4
7#CDFCEB
8#DDFDF1
9#EEFEF8

Tones

Muted variations

1#5FECB9
2#67E5B7
3#6FDDB4
4#77D5B2
5#7ECDB0
6#86C5AE
7#8EBDAC
8#96B5AA
9#9EAEA8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF1
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE6
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8D2
BordersInactive statesPlaceholder text
400
57F4
#57F4BB
Disabled statesSecondary iconsMuted text
500
27F1
#27F1A7
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD38B
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA86E
Active/pressed statesDark mode accentsSecondary text
800
0878
#08784F
Text on light backgroundsHeadingsStrong borders
900
054D
#054D32
Primary textHigh emphasis contentDark headings
950
0330
#03301F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F1FEF9;
  --mint-100: #DDFDF1;
  --mint-200: #C1FBE6;
  --mint-300: #91F8D2;
  --mint-400: #57F4BB;
  --mint-500: #27F1A7;
  --mint-600: #0DD38B;
  --mint-700: #0BA86E;
  --mint-800: #08784F;
  --mint-900: #054D32;
  --mint-950: #03301F;
}
Generate More ShadesCreate PaletteConvert Color