Mint

#5BF1B7

Green

Color Codes

All color formats for development

HEX
#5BF1B7
RGB
rgb(91, 241, 183)
HSL
hsl(157, 84%, 65%)
OKLCH
oklch(0.863 0.152 164)
CMYK
cmyk(62%, 0%, 24%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#93F6
400
#5BF1
500
#2CED
600
#12CE
700
#0EA4
800
#0A75
900
#074B
950
#042F

Shades

Darker variations

1#3CEEAA
2#1EEB9D
3#13D58B
4#10B777
5#0D9863
6#0B7A4F
7#085B3B
8#053D28
9#031E14

Tints

Lighter variations

1#6BF2BE
2#7CF4C6
3#8CF5CD
4#9CF6D4
5#ADF8DB
6#BDF9E2
7#CEFBE9
8#DEFCF1
9#EFFEF8

Tones

Muted variations

1#62E9B5
2#6AE2B4
3#71DAB2
4#79D3B0
5#80CBAE
6#88C4AD
7#8FBCAB
8#97B5A9
9#9EADA7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF1
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAE4
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6D0
BordersInactive statesPlaceholder text
400
5BF1
#5BF1B7
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDA3
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE86
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA46B
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A754C
Text on light backgroundsHeadingsStrong borders
900
074B
#074B31
Primary textHigh emphasis contentDark headings
950
042F
#042F1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --mint-50: #F1FEF9;
  --mint-100: #DEFCF1;
  --mint-200: #C2FAE4;
  --mint-300: #93F6D0;
  --mint-400: #5BF1B7;
  --mint-500: #2CEDA3;
  --mint-600: #12CE86;
  --mint-700: #0EA46B;
  --mint-800: #0A754C;
  --mint-900: #074B31;
  --mint-950: #042F1E;
}
Generate More ShadesCreate PaletteConvert Color